From 15867af76e2244306ca9aa1ac12bb1f5c54758be Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Tue, 21 Apr 2026 13:19:11 +0200 Subject: [PATCH] Allow extra text after recheck Signed-off-by: Bartosz Bezak --- zuul.d/pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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