Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/labeler from 4 to 5 #909

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps actions/labeler from 4 to 5.

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 5, 2023
@github-actions github-actions bot added Actions Pull requests that update an action file and removed Dependencies Pull requests that update a dependency file labels Dec 5, 2023
@penndu penndu merged commit 026a689 into 6.0 Dec 22, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/labeler-5 branch December 22, 2023 07:09
0fuling0 pushed a commit to 0fuling0/hexo-theme-volantis that referenced this pull request Sep 30, 2024
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0fuling0 pushed a commit to 0fuling0/hexo-theme-volantis that referenced this pull request Sep 30, 2024
fix

fix: 修复waline v3的引入问题 (volantis-x#926)

fix: 修复图片alt为空时Fancybox caption输出undefined的问题 (volantis-x#925)

fix(artalk):darkmode

Update _cdn.yml

Update test-deploy.yml

fix Fancybox caption

API 变更

好久没更新了,总的更新点啥~

Update cursor.styl: fix volantis-x#916

自定义鼠标,悬浮在自定义右键菜单的导航栏项目上时,自定义鼠标不生效

Update _cdn.yml

Update twikoo version to 1.6.30 (volantis-x#911)

Update labeler.yml

Update _cdn.yml Update twikoo version to 1.6.29 (volantis-x#910)

fix(artalk):update version to 2.7.3

Update _cdn.yml

chore(deps): bump actions/labeler from 4 to 5 (volantis-x#909)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump google-github-actions/release-please-action from 3 to 4 (volantis-x#908)

Signed-off-by: dependabot[bot] <[email protected]>

BREAKING CHANGE:Update Artalk Version to 2.7.2

Update All Version to Latest

chore(deps): bump hexo from 6.3.0 to 7.0.0 (volantis-x#907)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump actions/setup-node from 3 to 4 (volantis-x#906)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump actions/checkout from 3 to 4 (volantis-x#903)

Signed-off-by: dependabot[bot] <[email protected]>

Update README.md

Update Artalk Version to 2.6.4

fix Memos API breaking changes

Memos API breaking changes

Revert "📦 refactor: remove discuss comments system" (volantis-x#898)

📦 refactor: remove discuss comments system (volantis-x#897)

Update  Waline cdn version to 2.15.5 (volantis-x#894)

chore(deps): bump hexo-renderer-stylus from 2.1.0 to 3.0.0 (volantis-x#890)

Signed-off-by: dependabot[bot] <[email protected]>

fix(highlight): hljs volantis-x#888

Update check-configuration.js

fix(tianligpt):bug

fix 光标不换行

新增打字机效果

feat(TianliGPT): 新增 AI 摘要 (volantis-x#885)

Update labeler.yml

Update label-commenter.yml

Update release-please.yml

Update Artalk Version to 2.5.3

fix(artalk): 无法设置不使用后端配置

fix volantis-x#862

feat: Update Artalk Version to 2.5.1

Memos (volantis-x#856)

Update artalk version to 2.5.0

feat(fcircle): 支持初始文章数量设置、本地缓存时间设置

Update twikoo version to 1.6.10

Update fcircle.js version to 1.0.10

Update twikoo version to 1.6.9

Update artalk version to 2.4.4

Update script.ejs

扩展 twikoo 评论 envId 说明

更正 PR847 说明部分中的错误 (volantis-x#850)

评论系统 Waline 新增兰空图床 V2 适配 (volantis-x#847)

Update twikoo to 1.6.8 (volantis-x#845)

fix: wrong behavior when there's no img provided for qrcode (volantis-x#840)

use v2 api

Update script.ejs

chore!: remove pjax

Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: penndu <[email protected]>
Co-Authored-By: TeacherDu <[email protected]>
Co-Authored-By: Colsrch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Pull requests that update an action file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant