Allows you to quickly view all pull requests for the specified repositories and authors, along with whether the pull request has been reviewed (based on the presence of a reviewed label) and whether a review has been requested (based on the presence of a review requested label).
- Clone the repository
- Run
npm installfrom the root of the repository - Create a
repos.jsonfile in the static directory (will be git-ignored), and add the repositories for which you'd like to view pull requests (see theexample-repos.jsonfor an example of the file structure) - Create a
authors.jsonfile in the static directory (will be git-ignored), and add the authors for which you'd like to view pull requests (see theexample-authors.jsonfor an example of the file structure) - Run
npm startand go to http://localhost:3000