Skip to content

Commit

Permalink
fix mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
Devlin Junker committed Sep 14, 2022
1 parent fe26fe0 commit a1e1787
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
queue_rules:
- name: default
conditions:
- check-success=ci

pull_request_rules:
- name: Auto Squash and Merge
conditions:
Expand All @@ -6,16 +11,16 @@ pull_request_rules:
- 'label=ready to squash and merge'
actions:
delete_head_branch: {}
merge:
queue:
method: squash
strict: smart
name: default
- name: Auto Rebase and Merge
conditions:
- base=master
- status-success=ci
- 'label=ready to rebase and merge'
actions:
delete_head_branch: {}
merge:
method: rebase
strict: smart
queue:
method: squash
name: default

0 comments on commit a1e1787

Please sign in to comment.