diff --git a/.mergify.yml b/.mergify.yml index 7717033e3e5..47df0c06897 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -417,3 +417,17 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + - name: backport patches to 8.19 branch + conditions: + - merged + - base=main + - label=backport-8.19 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.19" + labels: + - "backport" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"