From 957d458a2496eaa222758c234c355627100ae844 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Thu, 16 Jan 2020 13:26:43 +0000 Subject: [PATCH] mergify: also remove needs: work if CI ready There are two cases here: either PR was in review or needs work. in any case, new CI should be started as pr-head is yellow. Once it completes, based on reviews, we can move to ready for merge or back to needs work if fails. --- .mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mergify.yml b/.mergify.yml index ad39d15105..09201ff6b8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -97,6 +97,7 @@ pull_request_rules: - "needs: CI" remove: - "needs: review" + - "needs: work" # From needs: work to needs: CI - name: "label needs: CI it was approved and pr-head needs to be rerun again"