A simple Sinatra APP to check open Pull Requests on your organizations in one place
You can use it by accessing my herokuapp version. Please keep it in mind it is running on a free Heroku app, so not so performatic. Have some patience.
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 bundle exec ruby app.rb
git clone <this repo>
bundle install
git remote add heroku <<Your Heroku app URL>>
heroku config:set GITHUB_APP_ID=<<Add your GITHUB_APP_ID to Heroku app>>
heroku config:set GITHUB_APP_SECRET=<<Add your GITHUB_APP_SECRET to Heroku app>>
heroku config:set SESSION_SECRET=<<Add your SESSION_SECRET to Heroku app>>
heroku config:set SESSION_SATTE=<<Add your SESSION_SATTE to Heroku app>>
git push heroku master
heroku open
Hey, fork and pull request me. You are free and I can't stop you 😉