diff options
author | James Ramsay <james@jramsay.com.au> | 2018-03-19 10:07:40 -0400 |
---|---|---|
committer | James Ramsay <james@jramsay.com.au> | 2018-03-20 11:02:44 -0400 |
commit | 6b0dc00ba1f821fadc0d6da571ec6b759a832bea (patch) | |
tree | c9abecf774c971dee278a76b38fb8b574cb8724a /doc/user/project/merge_requests | |
parent | e9da2b0c752b00e0af941bf1e33278a7d38cfeb9 (diff) | |
download | gitlab-ce-6b0dc00ba1f821fadc0d6da571ec6b759a832bea.tar.gz |
Update merge request maintainer access docs
Diffstat (limited to 'doc/user/project/merge_requests')
-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: |