From 9b1d502fd5d9e9205c82ae43e2f40fbdaca55c35 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 10 Nov 2023 12:49:30 +0100 Subject: [PATCH] chore: add mergify backport for 08-wasm (#5077) --- .github/mergify.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 9bfe35aa8774..1fb6c3edf38f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -42,6 +42,22 @@ pull_request_rules: backport: branches: - callbacks/release/v0.2.x+ibc-go-v7.3.x + - name: backport patches to v0.1.x wasm ibc-go v7.3.x branch + conditions: + - base=main + - label=backport-wasm-to-v0.1.x+ibc-go-v7.3.x + actions: + backport: + branches: + - 08-wasm/release/v0.1.x+ibc-go-v7.3.x + - name: backport patches to v0.1.x wasm ibc-go v8.0.x branch + conditions: + - base=main + - label=backport-wasm-to-v0.1.x+ibc-go-v8.0.x + actions: + backport: + branches: + - 08-wasm/release/v0.1.x+ibc-go-v8.0.x - name: backport patches to v6.1.x branch conditions: - base=main