Merge multiple merge requests into a single branch in GitLab using tags.
You can install this in docker:
docker run -d --rm --name gitlab-mr-combiner \
-p 8080:8080 \
-e TRIGGER_MESSAGE="/specific-message" \
-e BRANCH="target_branch" \
-e TRIGGER_TAG="specific_tag" \
-e GITLAB_TOKEN="<your access_token>" \
-e GITLAB_URL="<your_gitlab_url>, default is https://gitlab.com" \
-v ~/.ssh:/root/.ssh:ro \
globalartltd/gitlab-mr-combiner
You must store the SSH private key of any user who has access to the repository!
In this example, we mount it from the volume.
stage-mr./specific-message from the Docker environment.Content type
Image
Digest
sha256:9d1f29efb…
Size
309.6 MB
Last updated
over 1 year ago
docker pull globalartltd/gitlab-mr-combiner