CI: mergify config
This commit is contained in:
parent
3fe354e34e
commit
efb9739ac6
1 changed files with 10 additions and 0 deletions
10
.mergify.yml
Normal file
10
.mergify.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pull_request_rules:
|
||||
- name: Backport to main when backport_main label is set
|
||||
conditions:
|
||||
- label=backport_main
|
||||
- base=dev
|
||||
- merged=true
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- main
|
||||
Loading…
Add table
Reference in a new issue