Skip to content

Fix merge request URL passed to Webhooks

Stan Hu requested to merge stanhu/gitlab-ce:fix-merge-request-url-builder into master

If you look at the data structure passed to Webhooks, you will see:

"url"=>nil

I don't think any of the Webhooks or services are using this yet, so right now nothing so far depends upon this value being correct.

Merge request reports