diff --git a/.github/workflows/pr-labels.yaml b/.github/workflows/pr-labels.yaml deleted file mode 100644 index db9a6194..00000000 --- a/.github/workflows/pr-labels.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: PR Labels - -# yamllint disable-line rule:truthy -on: - pull_request: - types: - - synchronize - - labeled - - unlabeled - branches: - - main - -jobs: - pr_labels: - name: Verify - runs-on: ubuntu-latest - steps: - - name: 🏷 Verify PR has a valid label - uses: ludeeus/action-require-labels@1.1.0 - with: - labels: >- - breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies