From 160c7ebae1d920e94e3be23c67e2571bb9539bc5 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 20 Dec 2024 10:04:00 +0100 Subject: [PATCH] Comment out state --- zuul.d/pipelines.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 523127b..7a35bbf 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -56,12 +56,10 @@ github: - event: pull_request_review action: submitted - state: - - 'approved' + #state: approved - event: pull_request_review action: dismissed - state: - - 'request_changes' + #state: request_changes - event: check_run action: rerequested check: '.*/gate:.*'