Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
matifali authored Dec 30, 2024
commit b75ae79a422f09d70e627de9ed2ff45ba7ab5706
2 changes: 2 additions & 0 deletions .github/cherry-pick-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: true
preservePullRequestTitle: false
Loading