Get a list of open Pull Requests for a list of repositories by a particular user/org.
Currently looks best in Firefox, as it takes advantage of CSS Masonry layout (I wanted an excuse to experiment with Masonry).
- NPM
src/env.json
file which looks something like this:
{
"authToken": "<YOUR_TOKEN>", // Create a personal access token at https://github.com/settings/tokens/new?scopes=repo,read:org
"usertype": "user", // "user" or "org"
"owner": "james-work-account", // User/org the repos belong to
"repoSearch": "todo", // Regex to search on. Will match repo names against this search term
"searchTerm": "ABCD", // Regex for pull requests to search on. Will match pull requests which contain this text - OPTIONAL
"ignoredRepoPattern": ".*-(prototype|tests)$" // Regex for repos to filter out - OPTIONAL
}
npm install
npm run start
- Open http://localhost:1234
OR
./run.sh