Allow blocking merge requests to be configured
GitLab has model-level support for the idea of one merge request "blocking" another from being merged - the second MR can only be merged once the first one has, itself, been merged. We also show any existing blocks in the merge request widget. This commit adds support for adding and removing these blocks when creating or editing a merge request. Frontend changes mostly by Sam Bigelow <sbigelow@gitlab.com>
Showing
Please register or sign in to comment