|
|
|
|
|
by adtac
3349 days ago
|
|
Ha, thanks! I wrote a bot for cherry-picking comments [1] a couple of weeks ago. It's mostly for a large open source community I'm a maintainer in where newcomers make multiple PRs. We have a linear git history, so we ask them to rebase. But many get stuck, so I thought I could make a bot to collect all these PRs and make a mega PR with their commits through `git cherry-pick`. I'm also writing a SaaS email forwarding service (hush hush on the details for now ;)) in Go. Just getting started. My semester is almost over, so I'll have much more time to work on this in the vacations :) [1] https://github.com/adtac/cherry-pick-bot |
|