File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ chore:
1212
1313tests :
1414 - head-branch : ['^tests/', '^test/']
15- - changed-files : ' **/*_test.go'
15+ - changed-files :
16+ - any-glob-to-any-file : ' **/*_test.go'
1617
1718documentation :
1819 - head-branch : ['^docs/', '^doc/']
19- - changed-files : ' **/*.md'
20+ - changed-files :
21+ - any-glob-to-any-file : ' **/*.md'
2022
2123dependencies :
2224 - 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 1212 pull-requests : write
1313 runs-on : ubuntu-22.04
1414 steps :
15- - uses : actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb # v5.0.0-alpha.1
15+ - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1616 with :
1717 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1818 sync-labels : true
You can’t perform that action at this time.
0 commit comments