2018-03-27 19:54:05 +05:30
|
|
|
# Allow maintainer pushes for merge requests across forks
|
|
|
|
|
2018-04-04 21:44:52 +05:30
|
|
|
> [Introduced][ce-17395] in GitLab 10.6.
|
|
|
|
|
2018-03-27 19:54:05 +05:30
|
|
|
This feature is available for merge requests across forked projects that are
|
2018-04-04 21:44:52 +05:30
|
|
|
publicly accessible. It makes it easier for maintainers of projects to
|
|
|
|
collaborate on merge requests across forks.
|
2018-03-27 19:54:05 +05:30
|
|
|
|
2018-04-04 21:44:52 +05:30
|
|
|
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.
|
2018-03-27 19:54:05 +05:30
|
|
|
|
2018-04-04 21:44:52 +05:30
|
|
|
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.
|
2018-03-27 19:54:05 +05:30
|
|
|
|
|
|
|
Enable this functionality while creating a merge request:
|
|
|
|
|
|
|
|
![Enable maintainer edits](./img/allow_maintainer_push.png)
|