Allow infra to tag puppet-yum git

When deploying from source we want to use tags. This should allow
someone on infra to push a tag when we need one.

Change-Id: I9a8cda43dbe65dea0331f7cf5d1aef3adcead0cd
This commit is contained in:
Dan Prince 2014-09-22 11:24:30 -04:00
parent a678b6a613
commit 40e3553b12

View File

@ -3,6 +3,9 @@ abandon = group infra-core
label-Code-Review = -2..+2 group infra-core
label-Workflow = -1..+1 group infra-core
[access "refs/tags/*"]
pushSignedTag = group infra-core
[receive]
requireChangeId = true
requireContributorAgreement = true