Merge request webhook is no longer executed on auto-merge
Created by: lscholten
I believe 11848feb introduced this issue.
execute_project_hooks()
in app/services/merge_requests/base_merge_service.rb
now adds the user to the context. However, I think the auto merge doesn't have the current_user
since it is handled by the gitlab-sattelite.
Any thoughts?