Clean up backport rules in .mergify.yml
Removed backport configurations for older release branches.
This commit is contained in:
parent
f623782445
commit
f691e280dc
26
.mergify.yml
26
.mergify.yml
@ -28,31 +28,7 @@ pull_request_rules:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.50.x
|
||||
- name: backport patches to v0.47.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/v0.47.x
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.47.x
|
||||
- name: backport patches to v0.46.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/0.46.x
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.46.x
|
||||
- name: backport patches to v0.45.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/0.45.x
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.45.x
|
||||
- name: automerge to main with label automerge and branch protection passing
|
||||
conditions: []
|
||||
actions:
|
||||
queue:
|
||||
queue:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user