From 2a283d5d1386b4196a6d78db7c8c09c5b79b0e33 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Thu, 19 Dec 2024 14:38:27 +0100 Subject: [PATCH] chore: add backport tasks for new release branches --- .github/mergify.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 55f367b0b62..5255132e514 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -46,6 +46,14 @@ pull_request_rules: backport: branches: - 08-wasm/release/v0.3.x+ibc-go-v7.4.x-wasmvm-v1.5.x + - name: backport patches to v0.4.x wasm ibc-go v7.4.x & wasmvm 1.5.x branch + conditions: + - base=main + - label=backport-wasm-v0.4.x+ibc-go-v7.4.x-wasmvm-v1.5.x + actions: + backport: + branches: + - 08-wasm/release/v0.4.x+ibc-go-v7.4.x-wasmvm-v1.5.x - name: backport patches to v0.4.x wasm ibc-go v8.4.x & wasmvm 2.0.x branch conditions: - base=main @@ -54,6 +62,14 @@ pull_request_rules: backport: branches: - 08-wasm/release/v0.4.x+ibc-go-v8.4.x-wasmvm-v2.0.x + - name: backport patches to v0.5.x wasm ibc-go v8.4.x & wasmvm 2.1.x branch + conditions: + - base=main + - label=backport-wasm-v0.5.x+ibc-go-v8.4.x-wasmvm-v2.1.x + actions: + backport: + branches: + - 08-wasm/release/v0.5.x+ibc-go-v8.4.x-wasmvm-v2.0.x - name: backport patches to v0.5.x wasm ibc-go v9.0.x & wasmvm 2.1.x branch conditions: - base=main