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

14 lines
372 B
Plaintext

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