Hacker News new | ask | show | jobs
by BinaryIdiot 3779 days ago
This looks interesting. Does it give you the ability to setup rules so, say, X amount of reviewers must approve a PR before it could get merged? Also what about protecting, say, master from direct pushes? Github seems stagnant and I know Gitlab is rapidly working on many of these types of features; it would be cool to see better support for reviews in general in any of these systems.
1 comments

Yes, you can do that and many other rules: your CI, open issues and you can even have linked pull requests from different repositories.

If you have any other questions, just let me know and I'd more than happy to help :)