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 e7745c9 commit 3442ea6Copy full SHA for 3442ea6
.github/labeler.yml
@@ -1,13 +1,14 @@
1
kind/docs:
2
- "**/*.md"
3
- - "docs/**/*"
+ - "docs/**"
4
5
kind/ui:
6
- "web_src/**/*"
7
- - all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
+ - all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
8
9
kind/api:
10
- "templates/swagger/v1_json.tmpl"
11
+ - "routers/api/**"
12
13
kind/build:
14
- "Makefile"
@@ -16,6 +17,12 @@ kind/build:
16
17
- "docker/**"
18
- "webpack.config.js"
19
20
+theme/package-registry:
21
+ - "modules/packages/**"
22
+
23
+kind/cli:
24
+ - "cmd/**"
25
26
kind/lint:
27
- ".eslintrc.yaml"
28
- ".golangci.yml"
0 commit comments