
Now that we have a fix in place for Gerrit's tag signature detection regression, remove the unsafe permission for pushing unsigned tags to return everything to the state we had prior to the 3.4 upgrade. Change-Id: Ia9afb5fb4be311cca59d3e1cf3b7bc611184fe15
42 lines
1021 B
Plaintext
42 lines
1021 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group Change Owner
|
|
abandon = group Project Bootstrappers
|
|
abandon = group tech-committee-chair
|
|
exclusiveGroupPermissions = abandon label-Workflow
|
|
label-Rollcall-Vote = -1..+1 group tech-committee
|
|
label-Workflow = -1..+0 group Change Owner
|
|
label-Workflow = -1..+1 group Project Bootstrappers
|
|
label-Workflow = -1..+1 group tech-committee
|
|
label-Workflow = -1..+1 group tech-committee-chair
|
|
|
|
[access "refs/tags/*"]
|
|
createSignedTag = group tech-committee-chair
|
|
|
|
[label "Code-Review"]
|
|
copyAllScoresOnTrivialRebase = true
|
|
defaultValue = 0
|
|
function = NoOp
|
|
value = -2 Unused -2
|
|
value = -1 This patch needs further work before it can be merged
|
|
value = 0 No score
|
|
value = +1 Looks good to me
|
|
value = +2 Unused +2
|
|
|
|
[label "Rollcall-Vote"]
|
|
copyAllScoresOnTrivialRebase = true
|
|
defaultValue = 0
|
|
function = NoOp
|
|
value = -1 No
|
|
value = 0 Abstain
|
|
value = +1 Yes
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|