Reviews is a simple code review manager that lists the status of open pull requests across multiple organizations & repositories as a terminal UI dashboard.
The project was created as a way to keep on top of multiple teams creating large amounts of pull requests across several repositories by having a single up-to-date view of the pull request's approval status and age.
The initial implementation can be found over on Github at https://github.com/apoclyps/code-review-manager and can be installed from PyPI: https://pypi.org/project/reviews/
Contributions and feedback are welcome. It's in the very early stages of development and it has a long way to go but hopefully, there is enough here for others to derive some value from it being released early.
Getting started with reviews
You can immediately start using review by installing it from PyPI and using providing the following configuration before running it.
pip install reviews
export REPOSITORY_CONFIGURATION="apoclyps/code-review-manager,apoclyps/my-dev-space"
export GITHUB_TOKEN="your-token"
reviews dashboard
Top comments (2)
That's great! ⭐
Wow, this is really cool. I'll need to give it a try.