Merge pull request #3798 from crazy-max/fix-labeler-workflow
ci: scope labeler concurrency to the pull request
This commit is contained in:
@@ -4,7 +4,7 @@ permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user