Skip to content

Get a list of open Pull Requests for a list of repositories by a particular user/org

Notifications You must be signed in to change notification settings

james-work-account/get-prs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Pull Requests

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).

Requirements

  1. NPM
  2. 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
}

To run

  1. npm install
  2. npm run start
  3. Open http://localhost:1234

OR

  1. ./run.sh

About

Get a list of open Pull Requests for a list of repositories by a particular user/org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published