project-config/gerrit/acls/openstack/oslo.config.config
Doug Hellmann fb8db8dea3 Change tag ACLs for library projects to library-release team
As part of the plan to move release tagging permissions to a core group
managed under the release management team [1], update the ACLs files to
give permissions so a new library-release team instead of the existing
core or release teams. When the new team is created, the "Release
Managers" group and a small number of volunteers will be added to it.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066346.html

Change-Id: I9d1568fa688c08b658444b33df0408907d0b3fa6
2015-06-15 17:03:38 +00:00

20 lines
459 B
Plaintext

[access "refs/heads/*"]
abandon = group oslo-core
label-Code-Review = -2..+2 group oslo-core
label-Workflow = -1..+1 group oslo-core
[access "refs/heads/stable/*"]
abandon = group stable-maint-core
label-Code-Review = -2..+2 group stable-maint-core
label-Workflow = -1..+1 group stable-maint-core
[access "refs/tags/*"]
pushSignedTag = group library-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true