Skip to content

Commit

Permalink
Additionally label "spam" for spam PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Sep 26, 2024
1 parent 6be43f7 commit a3e2b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bad-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Type: Invalid'
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Type: Spam'
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post an issue comment just before closing a pull request.
Expand Down

0 comments on commit a3e2b33

Please sign in to comment.