Create a personal GitHub token at: https://github.com/settings/tokens
Required scopes: [X] repo (Full control of private repositories)
cp config/syslab-reviewer.sample.yml ~/.syslab-reviewer.yml
vim ~/.syslab-reviewer.yml # add github token
python3 htwg/syslab/reviewer/main.py
This currently list all BSYS and SYSO groups with open pull requests.
Groups sorted by (oldest) pull request creation (asc).
pip3 install -r requirements.txt --upgrade
./setup.py lint
./setup.py test