From 1e69d8a1a0676b4dbf9b2aba67fed7a53054cd0b Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 4 Aug 2025 08:30:04 -0400 Subject: [PATCH] Update .github/workflows/scripts/spam-detection/process-issue.sh Co-authored-by: Babak K. Shandiz --- .github/workflows/scripts/spam-detection/process-issue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/spam-detection/process-issue.sh b/.github/workflows/scripts/spam-detection/process-issue.sh index d9aff160f..10e5a528d 100755 --- a/.github/workflows/scripts/spam-detection/process-issue.sh +++ b/.github/workflows/scripts/spam-detection/process-issue.sh @@ -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"