Skip to content

Commit 01003e0

Browse files
Merge pull request musescore#24376 from Jojo-Schmitz/filter
Fix filter
2 parents b2633d7 + 8cf42f0 commit 01003e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues_delete_spam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
const comment = payload.comment;
2121
const commentBody = comment.body;
2222
const isSpam = commentBody.includes('password: changeme')
23-
|| commentBody.includes('mediafire.');
23+
|| commentBody.includes('mediafire.')
2424
|| commentBody.includes('fix your trouble try');
2525
if (isSpam) {
2626
console.log('Deleting spam comment');

0 commit comments

Comments
 (0)