We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a1ae3 commit c37ee9cCopy full SHA for c37ee9c
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