diff --git a/.github/workflows/issues_delete_spam.yml b/.github/workflows/issues_delete_spam.yml index 44478a0d90435..780f4de4735f5 100644 --- a/.github/workflows/issues_delete_spam.yml +++ b/.github/workflows/issues_delete_spam.yml @@ -21,6 +21,7 @@ jobs: const commentBody = comment.body; const isSpam = commentBody.includes('password: changeme') || commentBody.includes('mediafire.') + || commentBody.includes('gofile') || commentBody.includes('fix your trouble try'); if (isSpam) { console.log('Deleting spam comment');