From a0eba5bfebf6f05f39cdc0565679d0843c89a5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Fri, 9 Sep 2022 20:03:43 +0200 Subject: [PATCH] chore: preserve pr title in cherry picks (#4573) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- .github/cherry-pick-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/cherry-pick-bot.yml b/.github/cherry-pick-bot.yml index d4ca94189e..1f62315d79 100644 --- a/.github/cherry-pick-bot.yml +++ b/.github/cherry-pick-bot.yml @@ -1 +1,2 @@ enabled: true +preservePullRequestTitle: true