File tree Expand file tree Collapse file tree 2 files changed +25
-26
lines changed
Expand file tree Collapse file tree 2 files changed +25
-26
lines changed Original file line number Diff line number Diff line change 33# Area labels
44area/ci :
55 - changed-files :
6- - any-glob-to-any-file :
7- - ' .github/**/*'
8- - ' .golangci.yaml'
9- - ' Makefile'
6+ - any-glob-to-any-file :
7+ - " .github/**/*"
8+ - " .golangci.yaml"
9+ - " Makefile"
1010
1111area/testing :
1212 - changed-files :
13- - any-glob-to-any-file :
14- - ' **/*_test.go'
15- - ' **/testdata/**/*'
13+ - any-glob-to-any-file :
14+ - " **/*_test.go"
15+ - " **/testdata/**/*"
1616
1717area/dependencies :
1818 - changed-files :
19- - any-glob-to-any-file :
20- - ' go.mod'
21- - ' go.sum'
22- - ' renovate.json'
19+ - any-glob-to-any-file :
20+ - " go.mod"
21+ - " go.sum"
22+ - " renovate.json"
2323
2424area/documentation :
2525 - changed-files :
26- - any-glob-to-any-file :
27- - ' README.md'
28- - ' LICENSE'
29- - ' CONTRIBUTING.md'
30- - ' CODE_OF_CONDUCT.md'
31- - ' SECURITY.md'
32- - ' GEMINI.md'
33- - ' **/*.md'
26+ - any-glob-to-any-file :
27+ - " README.md"
28+ - " LICENSE"
29+ - " CONTRIBUTING.md"
30+ - " CODE_OF_CONDUCT.md"
31+ - " SECURITY.md"
32+ - " **/*.md"
3433
3534area/api :
3635 - changed-files :
37- - any-glob-to-any-file :
38- - ' notify.go'
39- - ' send.go'
40- - ' use.go'
36+ - any-glob-to-any-file :
37+ - " notify.go"
38+ - " send.go"
39+ - " use.go"
4140
4241area/services :
4342 - changed-files :
44- - any-glob-to-any-file :
45- - ' service/**/*'
43+ - any-glob-to-any-file :
44+ - " service/**/*"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Label PR
16- uses : actions/labeler@v5
16+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
1717 with :
1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 configuration-path : .github/labeler.yml
You can’t perform that action at this time.
0 commit comments