From b75ae79a422f09d70e627de9ed2ff45ba7ab5706 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 30 Dec 2024 14:24:17 +0500 Subject: [PATCH] ci: integrate cherry-pick-bot Integrates [`cherry-pick-bot`](https://github.com/googleapis/repo-automation-bots/tree/main/packages/cherry-pick-bot) to automate cheery picks to release branches. This works by commenting ``` /cherry-pick target-branch-name ``` On any Closed to Opened PR and automatically opens the cheery-pick PR. --- .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 0000000000000..853c088b6e918 --- /dev/null +++ b/.github/cherry-pick-bot.yml @@ -0,0 +1,2 @@ +enabled: true +preservePullRequestTitle: false