|
|
|
|
|
by habosa
582 days ago
|
|
I’ve got two! The first is CodeApprove (https://codeapprove.com) which is my attempt to bring the best code review experience to teams on GitHub. It’s heavily inspired by the excellent tooling I saw within Google (Critique, for Googlers out there). Been running this solo for 4+ years and I have a very modest base of paying customers. The second is GitGuard (https://gitguard.dev) which is a flexible rules engine for GitHub PRs. Basically a supercharged version of GitHub’s branch protections and code owners tools that uses a super simple “language” (basically a Boolean logic builder) to let you define your team’s approval policies in a very flexible way. Ex: “if the PR contains over 10 files or 200 lines and doesn’t contain any test files, require approval from someone in the tech-lead group” |
|