Merge pull request #3798 from crazy-max/fix-labeler-workflow

ci: scope labeler concurrency to the pull request
This commit is contained in:
CrazyMax
2026-04-15 12:10:45 +02:00
committed by GitHub
+1 -1
View File
@@ -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: