https://github.com/johnagan/force-pr
Basic webserver that responds to webhooks with success
https://github.com/johnagan/force-pr
Last synced: 4 months ago
JSON representation
Basic webserver that responds to webhooks with success
- Host: GitHub
- URL: https://github.com/johnagan/force-pr
- Owner: johnagan
- Created: 2016-02-24T22:45:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T21:06:06.000Z (over 10 years ago)
- Last Synced: 2025-06-05T21:01:46.668Z (about 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
Just add a webhook to the server `[hostname]/payload` for `push` events.

You'll then see Pull Requests return successful
