diff --git a/.mergify.yml b/.mergify.yml index 107930132e..8660236d66 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -16,6 +16,14 @@ pull_request_rules: commit_message_template: | {{ title }} (#{{ number }}) {{ body }} + - name: backport patches to v0.47.x branch + conditions: + - base=main + - label=backport/0.47.x + actions: + backport: + branches: + - release/v0.47.x - name: backport patches to v0.46.x branch conditions: - base=main @@ -40,11 +48,3 @@ pull_request_rules: backport: branches: - release/v0.44.x - - name: backport patches to v0.42.x branch - conditions: - - base=main - - label=backport/0.42.x (Stargate) - actions: - backport: - branches: - - release/v0.42.x