From 1bcd5c01422bcbbb7e44f3389013d3e53d79f4a9 Mon Sep 17 00:00:00 2001 From: Matthew Mckee Date: Wed, 3 Dec 2025 16:04:02 +0000 Subject: [PATCH] Remove labeler --- .github/labeler.yml | 9 --------- .github/workflows/release-drafter.yml | 14 -------------- 2 files changed, 23 deletions(-) delete mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 6a8491f8..00000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,9 +0,0 @@ -ci: - - changed-files: - - any-glob-to-any-file: [".github/**/*"] - -documentation: - - all: - - changed-files: - - any-glob-to-any-file: ["docs/**/*", "zensical.toml"] - - all-globs-to-all-files: "!docs/cli.md" diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 86e5c251..e32bda58 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -24,20 +24,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - labeller: - if: github.event.pull_request && github.event.action != 'unlabeled' && github.event.action != 'labeled' - - permissions: - contents: read - pull-requests: write - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 - with: - sync-labels: true - require_label: if: github.event.pull_request