Update .github/workflows/scripts/spam-detection/process-issue.sh

Co-authored-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Andy Feller 2025-08-04 08:30:04 -04:00 committed by GitHub
parent 60fdb7ec2b
commit 1e69d8a1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,6 @@ We appreciate your understanding and apologize if this action was taken in error
EOF
gh issue edit --add-label "suspected-spam" --add-label "invalid" "$_issue_url"
gh issue close "$_issue_url"
gh issue close --reason 'not planned' "$_issue_url"
echo "issue labelled as suspected spam"