diff --git a/.mergify.yml b/.mergify.yml index f44b0439484..ac8644c7ba1 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -381,3 +381,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.17 branch + conditions: + - merged + - label=backport-8.17 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.17" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"