GitLab cannot automate requests. All merge requests receive the message "This merge request contains merge conflicts that must be resolved. You can try it manually on the command line"
The message seems to be wrong, and I checked this by creating a new branch with "git branch -b new-branch-name" and changing the file that would not cause merge conflicts.
When I push this new branch and create a new merge request, Gitlab still says that it cannot automatically merge.
Any recommendations on how to fix this, and for what reason does GitLab give the message "This merge request contains merge conflicts"?
source share