Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Dec 29, 2024
1 parent dec7819 commit afd9156
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- -title~=^\[*[Ww][Ii][Pp]
- "approved-reviews-by=@chaos/powerman"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]

pull_request_rules:
- name: rebase and merge when passing all checks
conditions:
merge_conditions:
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- -title~=^\[*[Ww][Ii][Pp]
- "approved-reviews-by=@chaos/powerman"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
update_method: rebase
merge_method: merge

pull_request_rules:
- name: rebase and merge when passing all checks
conditions: []
actions:
queue:
name: default
method: merge
update_method: rebase

0 comments on commit afd9156

Please sign in to comment.