diff --git a/.mergify.yml b/.mergify.yml index 467cdead13..ecfc5115bc 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -313,6 +313,19 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.16 branch + conditions: + - merged + - label=backport-v8.16.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.16" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - name: backport patches to 8.x branch conditions: - merged