Skip to content

Commit

Permalink
Merge pull request #101 from flux-framework/mergify/configuration-dep…
Browse files Browse the repository at this point in the history
…recated-update

ci(mergify): upgrade configuration to current format
  • Loading branch information
garlick authored Dec 9, 2024
2 parents d782a00 + 6b96bf7 commit 19933ad
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=main
- label="merge-when-passing"
- label!="work-in-progress"
- -title~=^\[*[Ww][Ii][Pp]
- "approved-reviews-by=@flux-framework/core"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"

pull_request_rules:
- name: rebase and merge when passing all checks
conditions:
merge_conditions:
- base=main
- label="merge-when-passing"
- label!="work-in-progress"
- -title~=^\[*[Ww][Ii][Pp]
- "approved-reviews-by=@flux-framework/core"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
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 19933ad

Please sign in to comment.