system-config/modules/openstack_project/files/gerrit/acls/openstack/heat-cfntools.config
Jeremy Stanley 91f4f5b5b3 Limit client tagging to PTL groups.
Gerrit ACL files previously assigned client prerelease and release
tagging responsibility to milestone groups for official OpenStack
projects. This change switches that role to rely on the
corresponding PTL groups instead.

Change-Id: I103349d6e5ecdeefeac87a625856a54795d06a84
Reviewed-on: https://review.openstack.org/25806
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Thierry Carrez <thierry@openstack.org>
Reviewed-by: matthew-wagoner <matthew.wagoner@hp.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-04-08 20:19:06 +00:00

17 lines
515 B
Plaintext

[access "refs/heads/*"]
label-Code-Review = -2..+2 group heat-core
label-Approved = +0..+1 group heat-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group heat-milestone
label-Approved = +0..+1 group heat-milestone
[access "refs/tags/*"]
create = group heat-ptl
pushTag = group heat-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true