diff --git a/api/routes_webhooks.go b/api/routes_webhooks.go index 571a310..dd3d225 100644 --- a/api/routes_webhooks.go +++ b/api/routes_webhooks.go @@ -31,6 +31,7 @@ func (a *webhookApi) handlePullRequest(w http.ResponseWriter, r *http.Request) { return } + a.whm.HandlePullRequest(payload, r) } func setupWebhookRoutes(params RouteParams) {