diff --git a/.mergify.yml b/.mergify.yml index 32fd715cb6..9556c37294 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,20 +6,11 @@ pull_request_rules: actions: backport: branches: - - "0.27" - - - name: backport patches to 0.26 branch - conditions: - - base=master - - label=backport-to-0.26 - actions: - backport: - branches: - - "0.26" + - "0.27-maintenance" - name: forward-port patches to master conditions: - - base=0.27 + - base=0.27-maintenance - label=to-master actions: backport: