github.com/zaquestion/lab@v0.25.1/docs/lab_mr_merge.md (about) 1 ## lab mr merge 2 3 Merge an open merge request 4 5 ### Synopsis 6 7 Merges an open merge request. If the pipeline in the project is 8 enabled and is still running for that specific MR, by default, 9 this command will sets the merge to only happen when the pipeline 10 succeeds. 11 12 ``` 13 lab mr merge [remote] [<MR id or branch>] [flags] 14 ``` 15 16 ### Examples 17 18 ``` 19 lab mr merge origin 10 20 lab mr merge upstream 11 -i 21 ``` 22 23 ### Options 24 25 ``` 26 -h, --help help for merge 27 -i, --immediate merge immediately, regardless pipeline results 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --debug Enable debug logging level 34 --no-pager Do not pipe output into a pager 35 --quiet Turn off any sort of logging. Only command output is printed 36 ``` 37 38 ### SEE ALSO 39 40 * [lab mr](lab_mr.md) - Describe, list, and create merge requests 41 42 ###### Auto generated by spf13/cobra on 27-Jun-2022