Dan Prince 40e3553b12 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
2014-09-22 11:24:30 -04:00

15 lines
292 B
Plaintext

[access "refs/heads/*"]
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
[submit]
mergeContent = true