Skip to content

Commit 48f5eeb

Browse files
authored
ci: scope PR merge guidance concurrency per PR (#2041)
1 parent 75836f3 commit 48f5eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-merge-guidance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525
pull-requests: write
2626

2727
concurrency:
28-
group: pr-merge-guidance-${{ github.repository }}
28+
group: pr-merge-guidance-${{ github.event.pull_request.number || github.event.inputs.pr_number || github.ref_name }}
2929
cancel-in-progress: false
3030

3131
jobs:

0 commit comments

Comments
 (0)