From 9ffa6475e084ba3acd3d1ede5b699309638aeb9a Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 17 2020 14:33:42 +0000 Subject: Allow [recheck] anywhere in the comment as a trigger --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 73961ab..7dc3ad4 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -17,7 +17,9 @@ src.fedoraproject.org: - event: pg_pull_request action: comment - comment: (?i)^\s*recheck\s*$ + comment: + - (?i)^\s*recheck\s*$ + - (?i)\[recheck\] - event: pg_pull_request action: - opened