From 1f1a6db2ff087eef97f7f1b41ca62942c04b31ff Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 4 Oct 2023 19:54:28 +0800 Subject: [PATCH] Stop auto labelers because there are too many inacculate behaviours to make confusing --- .github/labeler.yml | 35 ------------------------------ .github/workflows/pull-labeler.yml | 21 ------------------ 2 files changed, 56 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/pull-labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 06a5cd99d15b1..0000000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,35 +0,0 @@ -kind/docs: - - "**/*.md" - - "docs/**" - -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" - - ".markdownlint.yaml" - - ".spectral.yaml" - - ".stylelintrc.yaml" - - ".yamllint.yaml" diff --git a/.github/workflows/pull-labeler.yml b/.github/workflows/pull-labeler.yml deleted file mode 100644 index c62142b9d2857..0000000000000 --- a/.github/workflows/pull-labeler.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: labeler - -on: - pull_request_target: - types: [opened, synchronize, reopened] - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - label: - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - steps: - - uses: actions/labeler@v4 - with: - dot: true - sync-labels: true