How can I create a merge request from GitLab CI?
I could try to call the API, but I read that there is no write access unless you add a personal token.
Any other way to do this?
How can I create a merge request from GitLab CI?
I could try to call the API, but I read that there is no write access unless you add a personal token.
Any other way to do this?
Personal token should be the preferred way of doing it.
As it will be needed to imitate you to create the merge request and perform any action.