2c832bfe6a
In order to support third-party editing on a feature/edits branch of openstack/operations-guide, the openstack-doc-ptl group is granted access to push merge commits. This will facilitate periodic synchronization of state between feature/edits and master branches until such time as the feature branch is no longer needed. Change-Id: I028c61dbd1eb6112097b111eb9645b81c24e32e0
18 lines
648 B
Plaintext
18 lines
648 B
Plaintext
[access "refs/for/refs/*"]
|
|
pushMerge = group openstack-doc-ptl
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group openstack-doc-core
|
|
label-Approved = +0..+1 group openstack-doc-core
|
|
workInProgress = group openstack-doc-core
|
|
[access "refs/heads/stable/*"]
|
|
exclusiveGroupPermissions = label-Code-Review label-Approved
|
|
label-Code-Review = -2..+2 group openstack-doc-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Approved = +0..+1 group openstack-doc-core
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
[submit]
|
|
mergeContent = true
|