File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# changes to documentation generation
2
- " area/docs-generation " : doc/**/*
2
+ " area/docs-generation " :
3
+ - changed-files :
4
+ - any-glob-to-any-file : ' doc/**'
3
5
4
6
# changes to the core cobra command
5
7
" 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']
7
10
8
11
# 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'
10
15
11
16
# changes to Github workflows
12
- " area/github " : .github/**/*
17
+ " area/github " :
18
+ - changed-files :
19
+ - any-glob-to-any-file : ' .github/**'
13
20
14
21
# changes to shell completions
15
22
" area/shell-completion " :
16
- - ./*completions*
17
-
23
+ - changed-files :
24
+ - any-glob-to-any-file : ' ./*completions* '
Original file line number Diff line number Diff line change 12
12
pull-requests : write # for actions/labeler to add labels to PRs
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/labeler@v4
15
+ - uses : actions/labeler@v5
16
16
with :
17
17
repo-token : " ${{ github.token }}"
18
18
You can’t perform that action at this time.
0 commit comments