A simple Sinatra APP to check open Pull Requests the Vox Pupuli namespace.
It's heavily based on the junkie app. It's awesome, go check it out!
You can use it by accessing the herokuapp.
You can run it on your machine or sever by follwing this steps:
git clone <this repo>
bundle install
- config your
~/.netrc
file to include your GitHub authentication token:
machine api.github.com
login janedoe
password hunter2
bundle exec ruby app.rb
- Get a GitHub API token
git clone <this repo>
bundle install
git remote add heroku <<Your Heroku app URL>>
heroku config:set OPEN_PR_ACCESS_TOKEN=<<Add your Github Access Token to Heroku app>>
git push heroku master
heroku open
See the contributing guide.