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