From a1faf5d4d39f2bb46b747871176a04ebda9bc23d Mon Sep 17 00:00:00 2001 From: Paul Chen Date: Mon, 24 Jun 2024 13:45:21 +0800 Subject: [PATCH] chore: update mergify --- .mergify.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 57109505..33b4df7e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -15,4 +15,12 @@ pull_request_rules: commit_message_template: > {{ title }} (#{{ number }}) - {{ body }} \ No newline at end of file + {{ body }} + - name: backport patches to v0.47.x branch + conditions: + - base=cosmos/v0.50.x + - label=backport/v0.47.x + actions: + backport: + branches: + - cosmos/v0.47.x \ No newline at end of file