Skip to content

Commit 0c2a3f4

Browse files
authored
Update labeler to match new labeling system (#27525)
1 parent 4335c33 commit 0c2a3f4

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/labeler.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
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/**"

0 commit comments

Comments
 (0)