aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-10-08 15:11:26 +0200
committerGitHub <noreply@github.com>2023-10-08 13:11:26 +0000
commitab074c9b982e242178896edea7fc6d7926fdb375 (patch)
tree91be8213d9c9c94dd3e27520e46cea86ef549cf0 /.github/labeler.yml
parentabe8fe352711601fbcd24bf4505f7e0b81a93c5d (diff)
downloadgitea-ab074c9b982e242178896edea7fc6d7926fdb375.tar.gz
gitea-ab074c9b982e242178896edea7fc6d7926fdb375.zip
Tweak labeler config (#27502)
Alternative to https://github.com/go-gitea/gitea/pull/27439. Removes a few spammy labels, and disables `sync-labels` which make it never remove labels (which is default behaviour).
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 06a5cd99d1..d9a5782f7d 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -6,10 +6,6 @@ kind/ui:
- "web_src/**/*"
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
-kind/api:
- - "templates/swagger/v1_json.tmpl"
- - "routers/api/**"
-
kind/build:
- "Makefile"
- "Dockerfile"
@@ -17,15 +13,6 @@ kind/build:
- "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"