From 90f61870e69b7cc07ac8537949715638af62f386 Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaurym@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:49:57 +0200 Subject: [PATCH] chore: Add mergify backport to v0.46.x (#11501) --- .github/labeler.yml | 2 ++ .mergify.yml | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 00c7ec53e1..e34b8d5eeb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,6 +18,8 @@ - x/genutil/**/* "C:x/gov": - x/gov/**/* +"C:x/group": + - x/group/**/* "C:x/mint": - x/mint/**/* "C:x/nft": diff --git a/.mergify.yml b/.mergify.yml index 81bdae0b06..f43e68bc80 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -14,8 +14,16 @@ pull_request_rules: name: default method: squash commit_message_template: | - {{ title }} (#{{ number }}) - {{ body }} + {{ title }} (#{{ number }}) + {{ body }} + - name: backport patches to v0.46.x branch + conditions: + - base=master + - label=backport/0.46.x + actions: + backport: + branches: + - release/v0.46.x - name: backport patches to v0.45.x branch conditions: - base=master