File tree Expand file tree Collapse file tree 2 files changed +72
-24
lines changed Expand file tree Collapse file tree 2 files changed +72
-24
lines changed Original file line number Diff line number Diff line change 11modifies/docs :
2- - " **/*.md"
3- - " docs/**"
2+ - changed-files :
3+ - any-glob-to-any-file :
4+ - " **/*.md"
5+ - " docs/**"
46
57modifies/frontend :
6- - " web_src/**/*"
8+ - changed-files :
9+ - any-glob-to-any-file :
10+ - " web_src/**"
11+ - " tailwind.config.js"
12+ - " webpack.config.js"
713
814modifies/templates :
9- - all : ["templates/**", "!templates/swagger/v1_json.tmpl"]
15+ - changed-files :
16+ - all-globs-to-any-file :
17+ - " templates/**"
18+ - " !templates/swagger/v1_json.tmpl"
1019
1120modifies/api :
12- - " routers/api/**"
13- - " templates/swagger/v1_json.tmpl"
21+ - changed-files :
22+ - any-glob-to-any-file :
23+ - " routers/api/**"
24+ - " templates/swagger/v1_json.tmpl"
1425
1526modifies/cli :
16- - " cmd/**"
27+ - changed-files :
28+ - any-glob-to-any-file :
29+ - " cmd/**"
1730
1831modifies/translation :
19- - " options/locale/*.ini"
32+ - changed-files :
33+ - any-glob-to-any-file :
34+ - " options/locale/*.ini"
2035
2136modifies/migrations :
22- - " models/migrations/**/*"
37+ - changed-files :
38+ - any-glob-to-any-file :
39+ - " models/migrations/**"
2340
2441modifies/internal :
25- - " Makefile"
26- - " Dockerfile"
27- - " Dockerfile.rootless"
28- - " docker/**"
29- - " webpack.config.js"
30- - " .eslintrc.yaml"
31- - " .golangci.yml"
32- - " .markdownlint.yaml"
33- - " .spectral.yaml"
34- - " .stylelintrc.yaml"
35- - " .yamllint.yaml"
36- - " .github/**"
42+ - changed-files :
43+ - any-glob-to-any-file :
44+ - " .air.toml"
45+ - " Makefile"
46+ - " Dockerfile"
47+ - " Dockerfile.rootless"
48+ - " .dockerignore"
49+ - " docker/**"
50+ - " .editorconfig"
51+ - " .eslintrc.yaml"
52+ - " .golangci.yml"
53+ - " .gitpod.yml"
54+ - " .markdownlint.yaml"
55+ - " .spectral.yaml"
56+ - " .stylelintrc.yaml"
57+ - " .yamllint.yaml"
58+ - " .github/**"
59+ - " .gitea/"
60+ - " .devcontainer/**"
61+ - " build.go"
62+ - " build/**"
63+ - " contrib/**"
64+
65+ modifies/dependencies :
66+ - changed-files :
67+ - any-glob-to-any-file :
68+ - " package.json"
69+ - " package-lock.json"
70+ - " poetry.toml"
71+ - " poetry.lock"
72+ - " go.mod"
73+ - " go.sum"
74+ - " pyproject.toml"
75+
76+ modifies/go :
77+ - changed-files :
78+ - any-glob-to-any-file :
79+ - " **/*.go"
80+
81+ modifies/js :
82+ - changed-files :
83+ - any-glob-to-any-file :
84+ - " **/*.js"
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ concurrency:
99 cancel-in-progress : true
1010
1111jobs :
12- label :
12+ labeler :
1313 runs-on : ubuntu-latest
1414 permissions :
1515 contents : read
1616 pull-requests : write
1717 steps :
18- - uses : actions/labeler@v4
18+ - uses : actions/labeler@v5
1919 with :
20- dot : true
20+ sync-labels : true
You can’t perform that action at this time.
0 commit comments