diff --git a/.github/workflows/scripts/spam-detection/process-issue.sh b/.github/workflows/scripts/spam-detection/process-issue.sh index 10e5a528d..ed8254356 100755 --- a/.github/workflows/scripts/spam-detection/process-issue.sh +++ b/.github/workflows/scripts/spam-detection/process-issue.sh @@ -41,4 +41,4 @@ EOF gh issue edit --add-label "suspected-spam" --add-label "invalid" "$_issue_url" gh issue close --reason 'not planned' "$_issue_url" -echo "issue labelled as suspected spam" +echo "issue processed as suspected spam: commented, closed, and labeled"