From 0420f2d5178af48178ffe554928c862d3813896b Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 20 Dec 2024 11:22:01 +0100 Subject: [PATCH] Post comments --- zuul.d/pipelines.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 7a35bbf..0b2304f 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -21,19 +21,19 @@ start: github: check: 'in_progress' - comment: false + comment: true success: github: check: 'success' - comment: false + comment: true failure: github: check: 'failure' - comment: false + comment: true dequeue: github: check: 'cancelled' - comment: false + comment: true - pipeline: name: gate