Skip to content

Commit 199b7ab

Browse files
build(deps): bump actions/labeler from 4 to 5 (#2086)
* build(deps): 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 ... * Update labeler configuration for v5 Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Marc Khouzam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Khouzam <[email protected]>
1 parent 531ce79 commit 199b7ab

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/labeler.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# changes to documentation generation
2-
"area/docs-generation": doc/**/*
2+
"area/docs-generation":
3+
- changed-files:
4+
- any-glob-to-any-file: 'doc/**'
35

46
# changes to the core cobra command
57
"area/cobra-command":
6-
- any: ['./cobra.go', './cobra_test.go', './*command*.go']
8+
- changed-files:
9+
- any-glob-to-any-file: ['./cobra.go', './cobra_test.go', './*command*.go']
710

811
# changes made to command flags/args
9-
"area/flags": ./args*.go
12+
"area/flags":
13+
- changed-files:
14+
- any-glob-to-any-file: './args*.go'
1015

1116
# changes to Github workflows
12-
"area/github": .github/**/*
17+
"area/github":
18+
- changed-files:
19+
- any-glob-to-any-file: '.github/**'
1320

1421
# changes to shell completions
1522
"area/shell-completion":
16-
- ./*completions*
17-
23+
- changed-files:
24+
- any-glob-to-any-file: './*completions*'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write # for actions/labeler to add labels to PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/labeler@v4
15+
- uses: actions/labeler@v5
1616
with:
1717
repo-token: "${{ github.token }}"
1818

0 commit comments

Comments
 (0)