File tree 2 files changed +72
-24
lines changed 2 files changed +72
-24
lines changed Original file line number Diff line number Diff line change 1
1
modifies/docs :
2
- - " **/*.md"
3
- - " docs/**"
2
+ - changed-files :
3
+ - any-glob-to-any-file :
4
+ - " **/*.md"
5
+ - " docs/**"
4
6
5
7
modifies/frontend :
6
- - " web_src/**/*"
8
+ - changed-files :
9
+ - any-glob-to-any-file :
10
+ - " web_src/**"
11
+ - " tailwind.config.js"
12
+ - " webpack.config.js"
7
13
8
14
modifies/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"
10
19
11
20
modifies/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"
14
25
15
26
modifies/cli :
16
- - " cmd/**"
27
+ - changed-files :
28
+ - any-glob-to-any-file :
29
+ - " cmd/**"
17
30
18
31
modifies/translation :
19
- - " options/locale/*.ini"
32
+ - changed-files :
33
+ - any-glob-to-any-file :
34
+ - " options/locale/*.ini"
20
35
21
36
modifies/migrations :
22
- - " models/migrations/**/*"
37
+ - changed-files :
38
+ - any-glob-to-any-file :
39
+ - " models/migrations/**"
23
40
24
41
modifies/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:
9
9
cancel-in-progress : true
10
10
11
11
jobs :
12
- label :
12
+ labeler :
13
13
runs-on : ubuntu-latest
14
14
permissions :
15
15
contents : read
16
16
pull-requests : write
17
17
steps :
18
- - uses : actions/labeler@v4
18
+ - uses : actions/labeler@v5
19
19
with :
20
- dot : true
20
+ sync-labels : true
You can’t perform that action at this time.
0 commit comments