From 576a31a93d2e087c7c129441bc62bdacf0b70c9f Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Wed, 30 Mar 2022 08:54:32 -0500 Subject: [PATCH] fix: Update mergify bot config #157 --- .mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index ce38da49f0d1..15e8d18c8e25 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,7 @@ pull_request_rules: - name: automerge to master with label automerge and branch protection passing conditions: - "#approved-reviews-by>1" - - base=master + - base=v0.45.0x-osmo-v7 - label=automerge actions: queue: @@ -24,11 +24,11 @@ pull_request_rules: backport: branches: - release/v0.42.x - - name: backport patches to v0.39.x branch + - name: backport patches to v8 branch conditions: - base=master - - label=backport/0.39.x (Launchpad) + - label=backport/v8 actions: backport: branches: - - launchpad/backports + - v0.45.0x-osmo-v8