Monty Taylor 1503552b6d Update acls to enforce pushing signed tags
We don't ever want non-signed tags anywhere - enforce this. (also,
the old setting is not a more permissive version, it is explicitly
a setting for only allowing unsigned, unannotaged tags)

Change-Id: I7836860f9e62bcb169bc13c5e3b5b5ecf6d325a1
2014-04-28 17:24:23 -07:00

12 lines
346 B
Plaintext

[access "refs/heads/*"]
label-Code-Review = -2..+2 group manila-core
label-Workflow = -1..+1 group manila-core
[access "refs/tags/*"]
create = group manila-ptl
pushSignedTag = group manila-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true