Skip to content

Commit

Permalink
fix: mergify condition
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAugus committed Jul 26, 2022
1 parent 2db192a commit dda2875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pull_request_rules:
- name: automatic merge for Renovate pull requests
conditions:
- author=renovate[bot]
- check-success=deploy
- check-success~=^deploy
- check-success=Summary
actions:
merge:
Expand All @@ -20,7 +20,7 @@ pull_request_rules:
conditions:
- title~=^\[requires.io\]
- head~=^requires-io
- check-success=deploy
- check-success~=^deploy
- check-success=Summary
actions:
merge:
Expand All @@ -29,7 +29,7 @@ pull_request_rules:
- name: automatic merge for auto pull requests
conditions:
- title=pulling refs/heads/dev into master
- check-success=deploy
- check-success~=^deploy
- check-success=Summary
actions:
merge:
Expand Down

0 comments on commit dda2875

Please sign in to comment.