Skip to content

Commit 69bca04

Browse files
fix: remove synchronize trigger from review gate
When renovate pushes new commits, the synchronize event re-runs the review gate and creates a failing pull_request run that overwrites the passing pull_request_review run.
1 parent f866758 commit 69bca04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review-gate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Review Gate
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, reopened]
66
pull_request_review:
77
types: [submitted]
88

0 commit comments

Comments
 (0)