From 96f57489f195853390bb7775d0b7145efc66a00f Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 20 Jan 2020 14:00:11 +0000 Subject: [PATCH] mergify: remove needs CI if CI fails --- .mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index c133f3f93915..95248127ff05 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -59,6 +59,7 @@ pull_request_rules: - "needs: work" remove: - "needs: review" + - "needs: CI" # From needs: review to needs: work - CI failure - name: "label needs: work when Jenkins CI failed - any of the pipeline" @@ -71,6 +72,7 @@ pull_request_rules: - "needs: work" remove: - "needs: review" + - "needs: CI" # From needs: review or needs: work to needs: CI. One approval means we should be good to start CI - name: "label needs: CI when at least one reviewers approval"