
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
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
[access "refs/heads/*"]
|
|
label-Workflow = -1..+1 group sqlalchemy-migrate-core
|
|
label-Code-Review = -2..+2 group sqlalchemy-migrate-core
|
|
[access "refs/tags/*"]
|
|
create = group sqlalchemy-migrate-core
|
|
pushSignedTag = group sqlalchemy-migrate-core
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
[submit]
|
|
mergeContent = true
|