Automatically open merge request in gitlab
- https://gitlab.com/-/profile/personal_access_tokens
- name it e.g.
automatic-merge-request
- grant
api
access
- copy it to the variables of your project e.g. https://gitlab.com/YOUR_PROJECT_PATH/-/settings/ci_cd
- create a variable named
GITLAB_API_TOKEN
and paste your token
git, gitlab — Mar 22, 2021