Skip to content

[RELEASED] Realtime GitHub pull request monitor for teams

Notifications You must be signed in to change notification settings

ampersandre/stadus

 
 

Repository files navigation

Setup

  1. Create a GitHub Personal Access Token
    1. Click Generate new token
    2. Give it a description, like "Stadus Token"
    3. Check off the top-level repo permission
    4. Click Generate token and copy the token
  2. Create a .env.local file
  3. 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}

Running the project

  1. npm install
  2. npm start
  3. http://localhost:3000
  4. 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)
  5. Click the config gear to dismiss the dialog, and you should see the available Pull Requests

About

[RELEASED] Realtime GitHub pull request monitor for teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 6.2%
  • HTML 2.3%