Hacker News new | ask | show | jobs
by jd__ 2768 days ago
A few months ago, we moved a project to GitHub and missed the automation we used to have on the old platform. For example, we like to merge pull requests automatically when the CI passes and the code has been reviewed and approved.

That's why we started Mergify!

Now, it has a few more features to help automating workflows around pull requests, such as the ability to backport pull request to maintenance branches, delete merged branches, etc.

Feel free to try it out and let us know what you think!

1 comments

What was your old platform and why did you move?
We were using Gerrit and Zuul.

We move to GitHub to have a lower barrier of entry for new contributors.