- Create a GitHub Personal Access Token
- Click
Generate new token
- Give it a description, like "Stadus Token"
- Check off the top-level
repo
permission - Click
Generate token
and copy the token
- Click
- Create a
.env.local
file - Populate
.env.local
with the following values:
REACT_APP_GITHUB_API_TOKEN={token}
REACT_APP_GITHUB_BASE_URL={your github baseurl - optional, eg: https://api.github.com}
npm install
npm start
- http://localhost:3000
- Click on Config and enter the
github owner
(eg:gas-buddy
) and comma-separated names of the repos you want to monitor (eg:business-pages-serv, business-pages-web, poi-serv
) - Click the config gear to dismiss the dialog, and you should see the available Pull Requests