
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
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group designate-core
|
|
label-Workflow = -1..+1 group designate-core
|
|
[access "refs/tags/*"]
|
|
create = group designate-milestone
|
|
pushSignedTag = group designate-milestone
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|