Skip to content

Commit

Permalink
Tweak labeler config (#27502)
Browse files Browse the repository at this point in the history
Alternative to #27439. Removes a
few spammy labels, and disables `sync-labels` which make it never remove
labels (which is default behaviour).
  • Loading branch information
silverwind authored Oct 8, 2023
1 parent abe8fe3 commit ab074c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,13 @@ kind/ui:
- "web_src/**/*"
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]

kind/api:
- "templates/swagger/v1_json.tmpl"
- "routers/api/**"

kind/build:
- "Makefile"
- "Dockerfile"
- "Dockerfile.rootless"
- "docker/**"
- "webpack.config.js"

theme/package-registry:
- "modules/packages/**"
- "services/packages/**"
- "routers/api/packages/**"
- "routers/web/shared/packages/**"

kind/cli:
- "cmd/**"

kind/lint:
- ".eslintrc.yaml"
- ".golangci.yml"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
- uses: actions/labeler@v4
with:
dot: true
sync-labels: true

0 comments on commit ab074c9

Please sign in to comment.