Skip to content

Commit

Permalink
Merge pull request #1278 from trws/update-mergify
Browse files Browse the repository at this point in the history
mergify: update to new mergify.yml requirements
  • Loading branch information
grondo authored Aug 20, 2024
2 parents 98837c6 + 569e8f1 commit ee1cc87
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
queue_rules:
- name: default
conditions:
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/core"
- "#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
Expand All @@ -22,8 +16,6 @@ pull_request_rules:
actions:
queue:
name: default
method: merge
update_method: rebase
- name: remove outdated approved reviews
conditions:
- author!=@core
Expand Down

0 comments on commit ee1cc87

Please sign in to comment.