Additionally label "spam" for spam PRs

This commit is contained in:
iBug
2024-09-26 13:27:12 +08:00
parent 6be43f77a5
commit a3e2b33c5e

View File

@ -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.