Skip to content

Commit b90dd95

Browse files
authored
Merge pull request #53 from stackhpc/check-review-trigger
Review approval trigger for check-review pipeline
2 parents e53e571 + 728647f commit b90dd95

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)