diff --git a/.mergify.yml b/.mergify.yml index d3ef15588f..a8878f4820 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -260,30 +260,29 @@ pull_request_rules: title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport - - name: backport patches to 7.17 branch + - name: backport patches to 8.0 branch conditions: - merged - - label=v7.17.0 + - label=v8.0.0 actions: backport: assignees: - "{{ author }}" branches: - - "7.17" + - "8.0" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport - - name: backport patches to 8.0 branch + - name: backport patches to 7.17 branch conditions: - merged - - base=main - - label=v8.0.0 + - label=v7.17.0 actions: backport: assignees: - "{{ author }}" branches: - - "8.0" + - "7.17" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport