diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 24c4276..0000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add Labels - -on: - issues: - types: [opened] - -jobs: - add-labels: - runs-on: ubuntu-latest - steps: - - name: Add Awaiting Triage Label - uses: actions-cool/issues-helper@v3 - with: - actions: "add-labels" - token: ${{ secrets.LABELS_TOKEN }} - issue-number: ${{ github.event.issue.number }} - labels: "meta:awaiting-triage"