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.