Skip to content

Commit 728647f

Browse files
committed
Review approval trigger for check-review pipeline
1 parent e53e571 commit 728647f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

zuul.d/pipelines.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,14 @@
6868
type: approved
6969
trigger:
7070
github:
71-
# Run this pipeline on new/changed pull requests
71+
# Run this pipeline on approved pull requests
72+
- event: pull_request_review
73+
action: submitted
74+
state:
75+
- approved
76+
# Run this pipeline on changed pull requests
7277
- event: pull_request
7378
action:
74-
- opened
7579
- changed
7680
- reopened
7781
# Run in response to a pull request comment "recheck"

0 commit comments

Comments
 (0)