Skip to content

Commit

Permalink
ci(mergify): fix rebase conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-olaiya committed Aug 12, 2023
1 parent bf556a9 commit 172fef6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
pull_request_rules:
- name: "Rebase on passing tests"
conditions:
- author=renovate[bot]
- check-success=success
- check-skipped=success
- check-neutral=success
- -draft
- -conflict
- and:
- author=renovate[bot]
- or:
- check-success=success
- check-skipped=success
- check-neutral=success
- -draft
- -conflict
actions:
merge:
method: rebase
Expand Down

0 comments on commit 172fef6

Please sign in to comment.