diff --git a/.mergify.yml b/.mergify.yml index 34d48d228d1..91a9b940704 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -276,3 +276,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.11 branch + conditions: + - merged + - label=backport-v8.11.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.11" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"