Skip to content

Commit

Permalink
Update issue-comment-remover.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zhihao Zhang <12044174+izhangzhihao@users.noreply.github.com>
  • Loading branch information
izhangzhihao authored Aug 31, 2024
1 parent 1953e6c commit 075a04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-comment-remover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
monthly_job:
name: issue comment remover
runs-on: ubuntu-latest
if: ${{ contains(github.event.comment.body, 'gcc') }}
if: ${{ contains(github.event.comment.body, 'gcc') || contains(github.event.comment.body, 'mediafire') }}

steps:
- name: issue comment remover
Expand All @@ -24,4 +24,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: context.payload.comment.id,
})
})

0 comments on commit 075a04b

Please sign in to comment.