From f9ccb0fd9b53973a87b18cf9126ad9454b328575 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Sat, 1 Aug 2020 11:35:05 +0200 Subject: [PATCH] update mergify (#2784) --- .mergify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 5fa7c1faa9..215cb3f020 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,12 +9,13 @@ pull_request_rules: - "#review-requested=0" # no requested chnages from any reviewer - "#changes-requested-reviews-by=0" - # this serves as ALL check has to pass as we have actually 35 tests in total - - "#status-success>=35" + # this serves as ALL check has to pass as we have actually around 40 tests in total + - "#status-success>=39" # this is just in case since we rely on GPU tests (note: redundand to the above) - status-success=continuous-integration/drone/pr + - "status-success=ci/circleci: TPU-tests" # this is patter-like, unofrunatly serves as `any(...)` (note: redundand to the above) - - "status-success~=^ci/circleci:" + #- "status-success~=^ci/circleci:" # no conflict with master branch - -conflict # was not closed yet