diff --git a/.github/workflows/remove-labels-on-push.yml b/.github/workflows/remove-labels-on-push.yml new file mode 100644 index 0000000..7e02fea --- /dev/null +++ b/.github/workflows/remove-labels-on-push.yml @@ -0,0 +1,13 @@ +name: Remove Labels + +on: push + +jobs: + remove_labels: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-ecosystem/action-remove-labels@v1 + with: + github_token: ${{ secrets.github_token }} + labels: bug