
When deploying from source we want to use tags. This should allow someone on infra to push a tag when we need one. Change-Id: I9a8cda43dbe65dea0331f7cf5d1aef3adcead0cd
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group infra-core
|
|
label-Code-Review = -2..+2 group infra-core
|
|
label-Workflow = -1..+1 group infra-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group infra-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|