summaryrefslogtreecommitdiff
path: root/doc/user/project/merge_requests/maintainer_access.md
blob: c9763a3fe02df8b55a25624dce2c1915ec7c692a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

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.

Enable this functionality while creating a merge request:

![Enable maintainer edits](./img/allow_maintainer_push.png)