Gitlab automerge by passing post-receive hook.
Created by: wilsonj
It seems, that when you accept a merge request on gitlab, it bypasses the post-receive hook as opposed to doing a manual merge.
I have my own custom post-receive hook implemented into gitlab-shell and would to know where to look to have automerge also go through the same processes as a manual merge.