Skip to content

Commit ab074c9

Browse files
authored
Tweak labeler config (#27502)
Alternative to #27439. Removes a few spammy labels, and disables `sync-labels` which make it never remove labels (which is default behaviour).
1 parent abe8fe3 commit ab074c9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/labeler.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@ kind/ui:
66
- "web_src/**/*"
77
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
88

9-
kind/api:
10-
- "templates/swagger/v1_json.tmpl"
11-
- "routers/api/**"
12-
139
kind/build:
1410
- "Makefile"
1511
- "Dockerfile"
1612
- "Dockerfile.rootless"
1713
- "docker/**"
1814
- "webpack.config.js"
1915

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-
2916
kind/lint:
3017
- ".eslintrc.yaml"
3118
- ".golangci.yml"

.github/workflows/pull-labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ jobs:
1818
- uses: actions/labeler@v4
1919
with:
2020
dot: true
21-
sync-labels: true

0 commit comments

Comments
 (0)