From 3aa0fb82031fd6f138118b696744fb560123b677 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 10 Dec 2024 17:03:38 +0000 Subject: [PATCH] Enable preservePullRequestTitle for cherry bot --- .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 0b570eccc..4e1570437 100644 --- a/.github/cherry-pick-bot.yml +++ b/.github/cherry-pick-bot.yml @@ -1,2 +1,3 @@ --- enabled: true +preservePullRequestTitle: true