review-recommender

A toll to rank possible reviewer for a pull request


License
MIT
Install
pip install review-recommender==1.0.3

Documentation

Review Recommender

A tool that helps find reviewer for a pull request.

Installation

Use the package manager pip to install.

pip install review-recommender

Usage

usage: review_recommender [-h] owner repo num token

Given pull request, rank revisors

positional arguments:
  owner       the owner of the repository
  repo        the name of the repository
  num         the number of the pull request
  token       the github access token

optional arguments:
  -h, --help  show this help message and exit

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT