Skip to content

Commit

Permalink
fix(mergify): check explicitly for ci success
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Apr 28, 2021
1 parent c617b5c commit 7a814a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a814a8

Please sign in to comment.