Skip to content

Commit

Permalink
Bump actions/labeler from 4 to 5 (#489)
Browse files Browse the repository at this point in the history
* Bump actions/labeler from 4 to 5

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]>

* Adjust labeler.yml to support new action version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dail8859 <[email protected]>
  • Loading branch information
dependabot[bot] and dail8859 authored Jan 13, 2024
1 parent f4ef3c6 commit d5eabf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
translation:
- i18n/**
- changed-files:
- any-glob-to-any-file: i18n/**

installer:
- installer/**
- changed-files:
- any-glob-to-any-file: installer/**
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d5eabf5

Please sign in to comment.