We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d3922e + c37ee9c commit bb0ace3Copy full SHA for bb0ace3
1 file changed
.github/workflows/claude-pr-review.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize, ready_for_review, reopened]
6
7
+concurrency:
8
+ group: pr-review-${{ github.event.pull_request.number }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
review:
13
if: github.event.pull_request.draft == false
0 commit comments