No description
  • Ruby 97.9%
  • Procfile 2.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-04-11 13:15:11 -07:00
Gemfile initial commit 💥 2016-02-25 13:05:52 -08:00
Gemfile.lock initial commit 💥 2016-02-25 13:05:52 -08:00
Procfile initial commit 💥 2016-02-25 13:05:52 -08:00
README.md Update README.md 2016-04-11 13:15:11 -07:00
server.rb initial commit 💥 2016-02-25 13:05:52 -08:00

Force Pull Requests

Just a basic webserver that responds to webhooks with success. This allows you to protect a branch and prevent users from pushing into master without a Pull Request.

Configuration

  • Create a GitHub access token with repo-status permissions
  • Set GITHUB_TOKEN to the token you created
  • Then add a webhook to the server [hostname]/payload for push events.

You'll then see Pull Requests return successful