diff --git a/.mergify.yml b/.mergify.yml index 81d9f296212..f7b02213b5b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -332,3 +332,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.x branch + conditions: + - merged + - label=backport-v8.x + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.x" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"