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-statuspermissions - Set
GITHUB_TOKENto the token you created - Then add a webhook to the server
[hostname]/payloadforpushevents.
You'll then see Pull Requests return successful

