diff --git a/.mergify.yml b/.mergify.yml index 03464e59e8c..dd7d31b96ba 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -358,3 +358,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 }}"