Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Merge an open merge request
Merges an open merge request. If the pipeline in the project is enabled and is still running for that specific MR, by default, this command will sets the merge to only happen when the pipeline succeeds.
lab mr merge [remote] [<MR id or branch>] [flags]
lab mr merge origin 10
lab mr merge upstream 11 -i
-h, --help help for merge
-i, --immediate merge immediately, regardless pipeline results
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed