From 9aae4a525d947f320405fe7c8ec04454bde02ea7 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Wed, 16 Jul 2025 21:54:02 +0100 Subject: [PATCH] docs: fix typo in script docs Signed-off-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 f64aee31c..a83e329cc 100755 --- a/.github/workflows/scripts/spam-detection/process-issue.sh +++ b/.github/workflows/scripts/spam-detection/process-issue.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Performs spam detection on an issue and labels if if it's spam. +# Performs spam detection on an issue and labels it if it's spam. # # Regardless of the spam detection result, the script always exits with a zero # exit code, unless there's a runtime error.