Fetch all open pull requests from Github.
NOTE: Github has this functionality, just go to https://github.com/dashboard/pulls or to https://github.com/organizations/:name/dashboard/pulls.
- Create a Github personal access token on https://github.com/settings/applications
- Put the token in the GITHUB_TOKEN variable in your environment, f.i. by
adding
export GITHUB_TOKEN='your_token_here'
to ~/.bashrc - Checkout pullreqs from github and install deps by running
pip install -r dependencies.txt
- Put pullreqs.py in your path
Run pullreqs.py
to get a list of open PR's for all your repositories.
Run pullreqs.py <organization>
to get a list of open PR's for all the repositories of an organization.
- Only show PR's for repositories you watch
- Make installer/setup.py and publish to the cheeseshop