Hacker News new | ask | show | jobs
by chdsbd 2409 days ago
A bit of shameless self promotion: I built a more basic merge bot for GitHub that efficiently updates and merges PRs because we were wasting a ton of time keeping branches updated at work.

https://github.com/chdsbd/kodiak

2 comments

We started using Kodiak after the Auto Rebase bot was discontinued a few weeks ago. Other than confusing me with a normal merge when I thought it had been configured to do squash-merges, it works great. Thanks for releasing it!
Thanks for the chart comparing it to many alternatives. It both makes it clear what new things Kodiak does and what alternatives one could look at.