
We don't want everyone in libra-core to be able to manage branches and tags. This power has been moved to a new libra-drivers LP group, similar to other projects. Change-Id: I24557891bd0a61c57795e385f75aac43c54e448c Reviewed-on: https://review.openstack.org/23816 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
16 lines
478 B
Plaintext
16 lines
478 B
Plaintext
[access "refs/*"]
|
|
owner = group Administrators
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group libra-core
|
|
label-Approved = +0..+1 group libra-core
|
|
workInProgress = group libra-core
|
|
create = group libra-drivers
|
|
[access "refs/tags/*"]
|
|
create = group libra-drivers
|
|
pushTag = group libra-drivers
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|