From 391d0503435540174c6c0d8f7854d5811182444b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 1 Jul 2021 13:46:47 +0100 Subject: [PATCH] [mergify] set title and allow bp in any direction (#26648) --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 895202a0f61..b2c82c4d450 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -109,7 +109,6 @@ pull_request_rules: - name: backport patches to 7.14 branch conditions: - merged - - base=master - label=backport-v7.14.0 actions: backport: @@ -119,6 +118,7 @@ pull_request_rules: - "7.14" labels: - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - name: automatic approval for mergify pull requests with changes in bump-rules conditions: - author=mergify[bot]