Merge requests calling Push Event webhook
Closed
Merge requests calling Push Event webhook
Created by: solomongifford
I have GitLab 7.7 installed. I only have a webhook only enabled on Push Events (specifically not Merge Request events)
Create an accept a merge request results in the webhook being called (with the payload expected for a Push Event).
In our use case, we need push events and merge requests handled separately. The Push Event handler can not determine whether the call was due to a merge request or a push.
Please register or sign in to reply