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: