grunty spooky #209
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Remove Needs Work Tag on PR Update | |
on: | |
pull_request_target: | |
types: | |
- synchronize | |
- closed | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
remove-issue-tag: | |
name: Remove needs work label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mondeja/remove-labels-gh-action@v2 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
needs work |