From ccc1b4f8c7d8596fcb061d69322515e643cadb08 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 4 Aug 2025 08:30:16 -0400 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .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 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"