From 7a814a8e5954519eb3bab0d73cc82b8e59358ca0 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Wed, 28 Apr 2021 06:03:58 +0000 Subject: [PATCH] fix(mergify): check explicitly for ci success --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index d1db6a3a..028cdb3e 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -2,7 +2,7 @@ pull_request_rules: - name: command dependabot to squash and merge conditions: - 'author=dependabot[bot]' - - '#check-failure=0' + - 'check-success~=CI' - 'title~=bump [^\s]+ from ([\d]+)\..+ to \1\.' - 'base=dependabot' actions: