diff --git a/.github/workflows/bad-pr.yml b/.github/workflows/bad-pr.yml index bf5572e0..9c9c3647 100644 --- a/.github/workflows/bad-pr.yml +++ b/.github/workflows/bad-pr.yml @@ -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.