File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
- kind /docs :
1
+ modifies /docs :
2
2
- " **/*.md"
3
3
- " docs/**"
4
4
5
- kind/ui :
5
+ modifies/frontend :
6
6
- " web_src/**/*"
7
+
8
+ modifies/templates :
7
9
- all : ["templates/**", "!templates/swagger/v1_json.tmpl"]
8
10
9
- kind/build :
11
+ modifies/api :
12
+ - " routers/api/**"
13
+ - " templates/swagger/v1_json.tmpl"
14
+
15
+ modifies/cli :
16
+ - " cmd/**"
17
+
18
+ modifies/translation :
19
+ - " options/locale/*.ini"
20
+
21
+ modifies/migrations :
22
+ - " models/migrations/**/*"
23
+
24
+ modifies/internal :
10
25
- " Makefile"
11
26
- " Dockerfile"
12
27
- " Dockerfile.rootless"
13
28
- " docker/**"
14
29
- " webpack.config.js"
15
-
16
- kind/lint :
17
30
- " .eslintrc.yaml"
18
31
- " .golangci.yml"
19
32
- " .markdownlint.yaml"
20
33
- " .spectral.yaml"
21
34
- " .stylelintrc.yaml"
22
35
- " .yamllint.yaml"
36
+ - " .github/**"
You can’t perform that action at this time.
0 commit comments