/open-prs

A quick hack to see if we can make an easier PR viewer for VoxPupuli

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Vox Pupuli Open PRs

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!

Using it

You can use it by accessing the herokuapp.

Getting your own

You can run it on your machine or sever by follwing this steps:

Running locally

  • 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

Running on a Heroku app

  • 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

Contributing

See the contributing guide.