We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d290eae + 15867af commit ea082e9Copy full SHA for ea082e9
1 file changed
zuul.d/pipelines.yaml
@@ -15,7 +15,7 @@
15
# Run in response to a pull request comment "recheck"
16
- event: pull_request
17
action: comment
18
- comment: (?i)^\s*recheck\s*$
+ comment: (?i)^\s*recheck(\s.*)?$
19
# When using the checks API to report results, failed runs
20
# will have a "re-run" button which emits this event.
21
- event: check_run
@@ -81,7 +81,7 @@
81
82
83
84
85
86
87
0 commit comments