gevhaz / Reviewcheck

Tool to stay up to date with your reviews on GitLab – Don't let a comment slip you by

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reviewcheck logo

Reviewcheck

Reviewcheck is a tool to stay up to date with your reviews on GitLab. You can configure it to use any GitLab instance you have access to. The tool checks all open merge requests in the repos chosen by you, and lets you know if there are open threads that need your attention.

Reviewcheck is in active development.

Installation

While the project is still in development, the best way to install it is by cloning the repository and running poetry run reviewcheck from within it. You will need to have poetry installed. The process looks as follows:

pip install poetry
git clone https://github.com/volvo-cars/Reviewcheck
cd reviewcheck
poetry run reviewcheck

Documentation

For now, the only documentation is this README and the --help flag of the program itself. A proper Wiki is under construction.

FAQ [NYI]

See FAQ (NYI) for more questions.

Support

For support or other queries, contact project owner Simon Bengtsson or project maintainer Pontus Laos.

Contributing

See the contributing guide for detailed instructions on how to get started with this project.

Code of Conduct

This project adheres to the Code of Conduct. By participating, you are expected to honor this code.

License

This repository is licensed under Apache License 2.0 © 2022 Volvo Cars.

About

Tool to stay up to date with your reviews on GitLab – Don't let a comment slip you by

License:Apache License 2.0


Languages

Language:Python 98.4%Language:Makefile 1.6%