my-pull-requests
v1.0.0
Published
Track your PRs and PRs you are involved
Downloads
2
Readme
prs
Track your PRs and PRs you are involved
Requirements
- Node.js ~v8
Instructions
- Clone this repo
- Get to the project folder and run
npm install -g .
. - Set the following environment variables:
GITHUB_ORG
,GITHUB_USER
andGITHUB_PASSWORD
.- You should use something like envchain for enhanced security.
- Note that you don't need to provide your actual password, you can create a personal token.
- If you have 2FA enabled then a personal token is your only option.
- Run it with
prs
. If using envchain then you should doenvchain github prs
, wheregithub
is the namespace for your github credentials on envchain (you may name itpotato
if you like).
Roadmap
- Switch to graphql API so its faster.