File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ chore:
12
12
13
13
tests :
14
14
- head-branch : ['^tests/', '^test/']
15
- - changed-files : ' **/*_test.go'
15
+ - changed-files :
16
+ - any-glob-to-any-file : ' **/*_test.go'
16
17
17
18
documentation :
18
19
- head-branch : ['^docs/', '^doc/']
19
- - changed-files : ' **/*.md'
20
+ - changed-files :
21
+ - any-glob-to-any-file : ' **/*.md'
20
22
21
23
dependencies :
22
24
- head-branch : ['^deps/', '^dep/', '^dependabot/']
23
- - changed-files : ['go.mod', 'go.sum']
25
+ - changed-files :
26
+ - any-glob-to-any-file : ['go.mod', 'go.sum']
Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
- - uses : actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb # v5.0.0-alpha.1
15
+ - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
16
16
with :
17
17
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
18
18
sync-labels : true
You can’t perform that action at this time.
0 commit comments