Gets PRs by Org and Team
Most of the time you want to be able to easily look at the PRs for your team so that they can be reviewed on an occasional basis. This application simplifies that by doing all the leg work for you.
How to Install
Download the executable found in this repo
- MacOSX : getprs
- Windows : getprs.exe
Or build clone the repo and build it yourself for whatever platform you need.
How to run it
Mac OSX
./getprs <github api token> <organization> <team name>
Windows
getprs.exe <github api token> <organization> <team name>
Where do i get this github api token thing??!?!?
See here for a guide on how to do that