fix(ci): add concurrency to issue-claim workflow to prevent race condition
This commit is contained in:
parent
8b58db30e8
commit
4ca5fb4ae0
|
|
@ -4,6 +4,10 @@ on:
|
|||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
concurrency:
|
||||
group: issue-claim-${{ github.event.issue.number }}
|
||||
cancel-in-progress: false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue