diff --git a/.mergify.yml b/.mergify.yml index ecfc5115bc..9632001295 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -339,3 +339,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 }}"