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 Nov 28, 2024
1 parent 25a7bc1 commit 8ae508d
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
queue_rules:
- name: duplicated default from backport patches to 1.8
queue_conditions:
- base=master
- label=backport 1.6
- merged
- label=backport 1.8
merge_conditions: []
update_method: rebase
- name: default
queue_conditions:
- base=master
- label=backport 1.6
- merged
merge_conditions: []
update_method: rebase

pull_request_rules:
# For more information: https://doc.mergify.io/actions.html#copy
# We used to use the 'backport' action, but:
Expand All @@ -9,7 +26,7 @@ pull_request_rules:
- merged
actions:
copy:
ignore_conflicts: True
ignore_conflicts: true
branches:
- "1.2"

Expand All @@ -20,7 +37,7 @@ pull_request_rules:
- merged
actions:
copy:
ignore_conflicts: True
ignore_conflicts: true
branches:
- "1.4"

Expand All @@ -31,21 +48,20 @@ pull_request_rules:
- merged
actions:
copy:
ignore_conflicts: True
ignore_conflicts: true
branches:
- "1.6"
queue:
update_method: rebase

- name: backport patches to 1.8
conditions:
- base=master
- label=backport 1.8
- merged
actions:
copy:
ignore_conflicts: True
ignore_conflicts: true
branches:
- "1.8"
- name: backport patches to 1.6 + backport patches to 1.8
conditions: []
actions:
queue:
update_method: rebase

0 comments on commit 8ae508d

Please sign in to comment.