aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml13
-rw-r--r--.github/workflows/pull-labeler.yml1
2 files changed, 0 insertions, 14 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"
diff --git a/.github/workflows/pull-labeler.yml b/.github/workflows/pull-labeler.yml
index c62142b9d2..edd2f6d16e 100644
--- a/.github/workflows/pull-labeler.yml
+++ b/.github/workflows/pull-labeler.yml
@@ -18,4 +18,3 @@ jobs:
- uses: actions/labeler@v4
with:
dot: true
- sync-labels: true