We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53e571 commit 728647fCopy full SHA for 728647f
zuul.d/pipelines.yaml
@@ -68,10 +68,14 @@
68
type: approved
69
trigger:
70
github:
71
- # Run this pipeline on new/changed pull requests
+ # 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
77
- event: pull_request
78
action:
- - opened
79
- changed
80
- reopened
81
# Run in response to a pull request comment "recheck"
0 commit comments