File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1- kind /docs :
1+ modifies /docs :
22 - " **/*.md"
33 - " docs/**"
44
5- kind/ui :
5+ modifies/frontend :
66 - " web_src/**/*"
7+
8+ modifies/templates :
79 - all : ["templates/**", "!templates/swagger/v1_json.tmpl"]
810
9- kind/api :
10- - " templates/swagger/v1_json.tmpl"
11+ modifies/api :
1112 - " routers/api/**"
13+ - " templates/swagger/v1_json.tmpl"
14+
15+ modifies/cli :
16+ - " cmd/**"
17+
18+ modifies/translation :
19+ - " options/locale/*.ini"
1220
13- kind/build :
21+ modifies/migrations :
22+ - " models/migrations/**/*"
23+
24+ modifies/internal :
1425 - " Makefile"
1526 - " Dockerfile"
1627 - " Dockerfile.rootless"
1728 - " docker/**"
1829 - " webpack.config.js"
19-
20- theme/package-registry :
21- - " modules/packages/**"
22- - " services/packages/**"
23- - " routers/api/packages/**"
24- - " routers/web/shared/packages/**"
25-
26- kind/cli :
27- - " cmd/**"
28-
29- kind/lint :
3030 - " .eslintrc.yaml"
3131 - " .golangci.yml"
3232 - " .markdownlint.yaml"
3333 - " .spectral.yaml"
3434 - " .stylelintrc.yaml"
3535 - " .yamllint.yaml"
36+ - " .github/**"
You can’t perform that action at this time.
0 commit comments