Skip to content

Commit 8f570d6

Browse files
authored
ci: integrate cherry-pick-bot (coder#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
1 parent 616d37d commit 8f570d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/cherry-pick-bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: true
2+
preservePullRequestTitle: false

0 commit comments

Comments
 (0)