diff --git a/.github/mergify.yml b/.github/mergify.yml index 48387c0b0c..0e72a66a84 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -69,3 +69,28 @@ pull_request_rules: backport: branches: - release/protocol/v4.x + - name: backport to release/indexer/v5.x branch + conditions: + - base=main + - label=backport/indexer/v5.x + actions: + backport: + branches: + - release/indexer/v5.x + - name: backport to release/protocol/v5.x branch + conditions: + - base=main + - label=backport/protocol/v5.x + actions: + backport: + branches: + - release/protocol/v5.x + - name: backport to release/protocol/v5.1.x branch + conditions: + - base=main + - label=backport/protocol/v5.1.x + actions: + backport: + branches: + - release/protocol/v5.1.x +