Skip to content

Commit

Permalink
upd del bad comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mapx- committed Aug 28, 2024
1 parent a89ff32 commit f040f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check-if-bad-comment:
name: delete bad comment
runs-on: ubuntu-latest
if: contains(github.event.comment.body, 'mediafire') && contains(github.event.comment.body, 'gcc')
if: ( contains(github.event.comment.body, 'Download') || contains(github.event.comment.body, 'install') || contains(github.event.comment.body, 'mediafire') || contains(github.event.comment.body, 'changme') ) && contains(github.event.comment.body, 'gcc')
permissions: write-all
steps:
- name: Delete comment
Expand Down

0 comments on commit f040f3e

Please sign in to comment.