pull_request_webhook.md This is more complex than necessary. GitHub webhooks for a URL by default only fire on repo pushes. There appears to be no way in the web UI to set up webhooks for other events. And so we go to the API. I prefer to do this type of thing with Hurl. POST to https://api.github.com/repos/:username/:repo/hooks { "name": "web", "active": true, "events": ["pull_request"], "config"