Skip to content

Commit

Permalink
Update filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup authored and Jojo-Schmitz committed Sep 4, 2024
1 parent 3cbfd2e commit 68a9abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issues_delete_spam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 68a9abb

Please sign in to comment.