I have a repository with both pre-receive and post-receive hooks implemented but now the developers started to use the pull request (which is great!) but clicking 'Merge' button skips the logic that is in the pre- and post-receive hooks (which is blocking the merge is some cases and activating a build in the post-receive).
How can I implement the same logic for the 'Merge' button? (or make it activates the hooks?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.