From 8b74b8ed523e8e9441153424a4d9b4df55eee52b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:39:07 -0400 Subject: [PATCH] Add mergify workflow for v5.1.x. (backport #1788) (#1789) Co-authored-by: vincentwschau <99756290+vincentwschau@users.noreply.github.com> --- .github/mergify.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 +