From 16eb17e2f80484620c99dc18185d6f1059ae03f2 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 28 Feb 2024 15:19:16 -0700 Subject: [PATCH] Enable cherry-pick-bot (#8561) You will now be able to say `/cherry-pick v0.123.x` to cherry-pick to a different branch. Release Notes: - N/A --- .github/cherry-pick-bot.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/cherry-pick-bot.yml diff --git a/.github/cherry-pick-bot.yml b/.github/cherry-pick-bot.yml new file mode 100644 index 0000000000..853c088b6e --- /dev/null +++ b/.github/cherry-pick-bot.yml @@ -0,0 +1,2 @@ +enabled: true +preservePullRequestTitle: false