Skip to content

Commit

Permalink
Update 01-claim-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 22, 2024
1 parent c636bc7 commit 87702b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-claim-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
claim_issue:
if: github.event.issue.pull_request == null && contains(github.event.comment.body, 'claim')
if: github.event.issue.pull_request == null && contains(github.event.comment.body, 'claim') && !contains(github.event.comment.body, 'disclaim')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 87702b7

Please sign in to comment.