Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Decker <null>
  • Loading branch information
cdecker committed Mar 19, 2023
1 parent b277845 commit a463c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ queue_rules:
- name: default
conditions:
- "check-success=CI completion"
merge_method: rebase

pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- "linear-history"
- "check-success=CI completion"
- "base=master"
- "label!=work-in-progress"
actions:
queue:
name: default
update_method: rebase
method: rebase

- name: Remove outdated reviews
conditions:
- base=master
Expand Down

0 comments on commit a463c22

Please sign in to comment.