diff --git a/.github/mergify.yml b/.github/mergify.yml index e87a2d9d027..58aa5209264 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -89,7 +89,15 @@ pull_request_rules: actions: backport: branches: - - release/v7.5.x + - release/v7.5.x + - name: backport patches to v7.6.x branch + conditions: + - base=main + - label=backport-to-v7.6.x + actions: + backport: + branches: + - release/v7.6.x - name: backport patches to v8.2.x branch conditions: - base=main