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 :
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/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 :
1025 - " Makefile"
1126 - " Dockerfile"
1227 - " Dockerfile.rootless"
1328 - " docker/**"
1429 - " webpack.config.js"
15-
16- kind/lint :
1730 - " .eslintrc.yaml"
1831 - " .golangci.yml"
1932 - " .markdownlint.yaml"
2033 - " .spectral.yaml"
2134 - " .stylelintrc.yaml"
2235 - " .yamllint.yaml"
36+ - " .github/**"
You can’t perform that action at this time.
0 commit comments