
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
19 lines
617 B
Plaintext
19 lines
617 B
Plaintext
[access "refs/for/refs/*"]
|
|
pushMerge = group keystone-milestone
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group keystone-core
|
|
label-Workflow = -1..+1 group keystone-core
|
|
[access "refs/heads/milestone-proposed"]
|
|
label-Code-Review = -2..+2 group keystone-milestone
|
|
label-Workflow = -1..+1 group keystone-milestone
|
|
[access "refs/tags/*"]
|
|
create = group keystone-ptl
|
|
pushSignedTag = group keystone-ptl
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|