Update mergify backport settings
This commit is contained in:
16
.mergify.yml
16
.mergify.yml
@@ -4,11 +4,19 @@ queue_rules:
|
||||
- "#approved-reviews-by>0"
|
||||
|
||||
pull_request_rules:
|
||||
- name: backport patches to sdk47 feature branch
|
||||
- name: backport patches to main branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/sdk47-dev
|
||||
- base=releases/v0.3x
|
||||
- label=backport/main
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- develop_sdk47
|
||||
- main
|
||||
- name: backport patches to sdk45 release branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/v0.3x
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- releases/v0.3x
|
||||
|
||||
Reference in New Issue
Block a user