From a3e2b33c5e553cdf7c914864c6e1c9a7abbd7a7b Mon Sep 17 00:00:00 2001 From: iBug Date: Thu, 26 Sep 2024 13:27:12 +0800 Subject: [PATCH] Additionally label "spam" for spam PRs --- .github/workflows/bad-pr.yml | 3 +++ 1 file changed, 3 insertions(+) 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.