From 8f570d6f012eb073b13aa2cd3b3fc018027c119e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 4 Jan 2025 09:13:48 +0500 Subject: [PATCH] ci: integrate cherry-pick-bot (#15973) 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 release/2.XX ``` On any **Merged** or **Open** PR and this will automatically open the cheery-pick PR. - [x] [Install](https://github.com/apps/gcp-cherry-pick-bot) the bot to `coder/coder` repo. cc: @kylecarbs , @ammario and @sreya for installing the bot. Some popular repos making use of this: 1. https://github.com/zed-industries/zed 2. https://github.com/flutter/flutter 3. https://github.com/argoproj/argo-cd 4. https://github.com/runatlantis/atlantis 5. https://github.com/flutter/engine --- .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