File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11api :
2- - any : ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
2+ - changed-files :
3+ - any-glob-to-any-file :
4+ - " frontend/src/ts/ape/**/*"
5+ - " backend/src/api/**/*"
36
47assets :
5- - any : ["frontend/static/**/*"]
6- all : ["!frontend/static/**/*.html"]
8+ - all :
9+ - changed-files :
10+ - any-glob-to-any-file : " frontend/static/**/*"
11+ - all-globs-to-all-files : " !frontend/static/**/*.html"
712
813backend :
9- - any : ["backend/**/*"]
14+ - changed-files :
15+ - any-glob-to-any-file : " backend/**/*"
1016
1117docs :
12- - any : ["**/*.md"]
18+ - changed-files :
19+ - any-glob-to-any-file : " **/*.md"
1320
1421frontend :
15- - any : ["frontend/**/*"]
22+ - changed-files :
23+ - any-glob-to-any-file : " frontend/**/*"
1624
1725packages :
18- - any : ["packages/**/*"]
26+ - changed-files :
27+ - any-glob-to-any-file : " packages/**/*"
1928
20- local dev :
21- - any :
22- [
23- " **/turbo.json" ,
24- " **/tsconfig.json" ,
25- " **/knip.json" ,
26- " **/.prettierrc" ,
27- " **/.oxlintrc.json" ,
28- " **/.eslintrc.cjs" ,
29- ]
29+ " local dev " :
30+ - changed-files :
31+ - any-glob-to-any-file :
32+ - " **/turbo.json"
33+ - " **/tsconfig.json"
34+ - " **/knip.json"
35+ - " **/.prettierrc.json"
36+ - " **/.oxlintrc.json"
Original file line number Diff line number Diff line change 99 pull-requests : write
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/labeler@v4
12+ - uses : actions/labeler@v6
1313 with :
1414 repo-token : " ${{ secrets.API_TOKEN }}"
15+ sync-labels : true
You can’t perform that action at this time.
0 commit comments