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 abe8fe3 commit ab074c9Copy full SHA for ab074c9
.github/labeler.yml
@@ -6,26 +6,13 @@ kind/ui:
6
- "web_src/**/*"
7
- 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"
15
- "Dockerfile"
16
- "Dockerfile.rootless"
17
- "docker/**"
18
- "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:
30
- ".eslintrc.yaml"
31
- ".golangci.yml"
.github/workflows/pull-labeler.yml
@@ -18,4 +18,3 @@ jobs:
- uses: actions/labeler@v4
with:
dot: true
- sync-labels: true
0 commit comments