diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 54813d5..15b52a0 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -15,7 +15,7 @@ # Run in response to a pull request comment "recheck" - event: pull_request action: comment - comment: (?i)^\s*recheck\s*$ + comment: (?i)^\s*recheck(\s.*)?$ # When using the checks API to report results, failed runs # will have a "re-run" button which emits this event. - event: check_run @@ -81,7 +81,7 @@ # Run in response to a pull request comment "recheck" - event: pull_request action: comment - comment: (?i)^\s*recheck\s*$ + comment: (?i)^\s*recheck(\s.*)?$ # When using the checks API to report results, failed runs # will have a "re-run" button which emits this event. - event: check_run