diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-20 15:15:49 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-20 15:15:49 +0000 |
commit | 35097c191ef1cf1d8d9070c5978647b54e116b5c (patch) | |
tree | dc0d97bf7adfdf2f9b8563478113a03dfc59a33a | |
parent | 398f13f39a0ce51c9ca3f223e87df88db822a396 (diff) | |
parent | 6b0dc00ba1f821fadc0d6da571ec6b759a832bea (diff) | |
download | gitlab-ce-35097c191ef1cf1d8d9070c5978647b54e116b5c.tar.gz |
Merge branch 'jramsay-maintainers-can-edit-docs' into 'master'
Update merge request maintainer access docs
See merge request gitlab-org/gitlab-ce!17864
-rw-r--r-- | doc/user/project/merge_requests/maintainer_access.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/user/project/merge_requests/maintainer_access.md b/doc/user/project/merge_requests/maintainer_access.md index 7feccc28f6b..c9763a3fe02 100644 --- a/doc/user/project/merge_requests/maintainer_access.md +++ b/doc/user/project/merge_requests/maintainer_access.md @@ -1,12 +1,17 @@ # Allow maintainer pushes for merge requests across forks +> [Introduced][ce-17395] in GitLab 10.6. + This feature is available for merge requests across forked projects that are -publicly accessible. It makes it easier for maintainers of projects to collaborate -on merge requests across forks. +publicly accessible. It makes it easier for maintainers of projects to +collaborate on merge requests across forks. -When enabling this feature for a merge request, you give can give members with push access to the target project rights to edit files on the source branch of the merge request. +When enabled for a merge request, members with merge access to the target +branch of the project will be granted write permissions to the source branch +of the merge request. -The feature can only be enabled by users who already have push access to the source project. And only lasts while the merge request is open. +The feature can only be enabled by users who already have push access to the +source project, and only lasts while the merge request is open. Enable this functionality while creating a merge request: |