diff --git a/.github/workflows/remove-issue-labels.yml b/.github/workflows/remove-issue-labels.yml index 43f43dd13..8b1378917 100644 --- a/.github/workflows/remove-issue-labels.yml +++ b/.github/workflows/remove-issue-labels.yml @@ -1,18 +1 @@ -name: Remove issue labels -on: - issues: - types: [closed] - -jobs: - remove_label: - permissions: - contents: read - issues: write - runs-on: ubuntu-latest - steps: - - uses: actions-ecosystem/action-remove-labels@v1 - with: - labels: | - status:triaged - status:more data needed