Once you have submitted a merge request the code review process kicks in which can be summarized as:
For more information on merge requests see the GitLab documentation.
The default label upon creating a merge request is workflow::in development
.
To request a code review set the merge request label to workflow::please review
!
A merge request reviewer will now have look. If changes are requested the reviewer may change the label to workflow::needs update
indicating that the merge request author is now back in charge again.
To indicate that you are currently not working on a merge request set it to workflow::paused
(disables also CI – there is also a dedicated label for disabling CI: ci skip
).
The following diagram summarises the workflow:
workflow::please review
.Draft
-flag (if you have set it previously).On the merge request page in the first box which contains information on the MR author and branch name there is button labelled Check out branch
which will show you instructions on how to locally checkout this MR:
This article was written by Lars Bilke. If you are missing something or you find an error please let us know.
Generated with Hugo 0.122.0
in CI job 493443
|
Last revision: September 23, 2024
Commit: [MeL/IO/XDMF] Return also computed parent data type 09baf91
| Edit this page on