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] authored and grondo committed Nov 21, 2024
1 parent b10690b commit df952d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- status-success="docs/readthedocs.org:flux-framework"
- status-success="validate commits"
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/docs"
- "#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
- status-success="docs/readthedocs.org:flux-framework"
- status-success="validate commits"
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/docs"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
merge_method: merge
update_method: rebase

pull_request_rules:
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: merge
update_method: rebase

0 comments on commit df952d3

Please sign in to comment.