A script to find your assigned and created open PRs
$ cd path/to/install
$ git clone https://github.com/rbeitra/ghlist.git
- Go to GitHub Settings > Developer settings > Personal access tokens
- Click Generate new token (You will be asked to confirm your password)
- Copy the generated token
- Add the required environment variables:
GHLIST_GITHUB_API_TOKEN
: Your generated tokenGHLIST_GITHUB_API_USER
: Your GitHub username
E.g. add these lines to ~/.bashrc:
export GHLIST_GITHUB_API_TOKEN=your_generated_token
export GHLIST_GITHUB_API_USER=your_github_username
$ cd path/to/install/ghlist
$ npm install
$ cd path/to/install/ghlist
$ ./index.js