Skip to content

Commit bb0ace3

Browse files
authored
Merge pull request #9 from hotdata-dev/perf/concurrency-cancellation
perf(review): cancel in-progress reviews on new push
2 parents 3d3922e + c37ee9c commit bb0ace3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize, ready_for_review, reopened]
66

7+
concurrency:
8+
group: pr-review-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
711
jobs:
812
review:
913
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)