We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4335c33 commit 0c2a3f4Copy full SHA for 0c2a3f4
.github/labeler.yml
@@ -1,22 +1,36 @@
1
-kind/docs:
+modifies/docs:
2
- "**/*.md"
3
- "docs/**"
4
5
-kind/ui:
+modifies/frontend:
6
- "web_src/**/*"
7
+
8
+modifies/templates:
9
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
10
-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:
25
- "Makefile"
26
- "Dockerfile"
27
- "Dockerfile.rootless"
28
- "docker/**"
29
- "webpack.config.js"
-
-kind/lint:
30
- ".eslintrc.yaml"
31
- ".golangci.yml"
32
- ".markdownlint.yaml"
33
- ".spectral.yaml"
34
- ".stylelintrc.yaml"
35
- ".yamllint.yaml"
36
+ - ".github/**"
0 commit comments