Skip to content

Commit

Permalink
Merge pull request #3862 from anoma/tomas/merge-conf-backport
Browse files Browse the repository at this point in the history
ci/mergify: add merge rule for backport to 0.44
  • Loading branch information
mergify[bot] authored Oct 1, 2024
2 parents 48cece5 + b0ae7bc commit 394d4d9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,24 @@ queue_rules:
- "#approved-reviews-by >= 1"
- base = main
merge_method: merge


- name: backport-0.44-queue
speculative_checks: 3
batch_size: 3
queue_conditions:
- "#approved-reviews-by >= 1"
- base = "0.44.0"
merge_method: merge

pull_request_rules:
- name: automatic merge to main
- name: automatic merge to main or backport branch
conditions:
- label = "merge"
- label != "do-not-merge"
- "#approved-reviews-by >= 1"
- base = main
- or:
- base = main
- base = "0.44.0"
actions:
queue:
autosquash: true
Expand Down

0 comments on commit 394d4d9

Please sign in to comment.