Skip to content

Commit d5eabf5

Browse files
Bump actions/labeler from 4 to 5 (#489)
* 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] <support@github.com> * Adjust labeler.yml to support new action version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dail8859 <dail8859@yahoo.com>
1 parent f4ef3c6 commit d5eabf5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
translation:
2-
- i18n/**
2+
- changed-files:
3+
- any-glob-to-any-file: i18n/**
34

45
installer:
5-
- installer/**
6+
- changed-files:
7+
- any-glob-to-any-file: installer/**

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818

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

0 commit comments

Comments
 (0)