From 68a9abb829ad4f2ba9c433ee70a566430bcfc194 Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:00:58 +0200 Subject: [PATCH] Update filter --- .github/workflows/issues_delete_spam.yml | 1 + 1 file changed, 1 insertion(+) 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');