CI: mergify config

This commit is contained in:
Pavel Zorin 2025-11-21 15:23:35 +01:00
parent 3fe354e34e
commit efb9739ac6

10
.mergify.yml Normal file
View 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