Skip to content

Commit

Permalink
🌱 don't clobber the issue (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Feb 7, 2024
1 parent 37c4f36 commit 61fce08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- created
- edited

concurrency:
group: reconcile-issue-${{ github.event.issue.number }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
reconcile-issue:
if: github.event_name == 'issues' || github.event_name == 'pull_request'
Expand Down

0 comments on commit 61fce08

Please sign in to comment.