Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored Sep 2, 2024
1 parent c5af9ae commit fbade3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues_delete_spam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
const comment = payload.comment;
const commentBody = comment.body;
const isSpam = commentBody.includes('password: changeme')
|| commentBody.includes('mediafire.');
|| commentBody.includes('mediafire.')
|| commentBody.includes('fix your trouble try');
if (isSpam) {
console.log('Deleting spam comment');
Expand Down

0 comments on commit fbade3a

Please sign in to comment.