my GitLab is installed in one of the server. multiple Developers develop the source code in their branch and push the sources from thier local machines to GitLab. later on developers will login to GitLab account and create a merge request to the default branch.
Now how can i achieve to create an automated merge request to the default branch, when developers push their code from their local machine to GitLab.