c7afea3e9e
No one on the tech committe has a veto power, therefore, no one should be able to leave a -2 vote. Given that constraint, there is no way to distinguishe a negative vote left by a tech committee member from a negative vote left by someone not on the committee. Therefore, give TC members the ability to vote +/-1 on review, remove the ability for non-members to vote (however they can and are welcome to leave comments!). The Chair alone may vote +2 on review and +1 on approve (both of which should be done if a motion passes). Change-Id: Id9accbc343a13b819c7e37532abc1140145699f0
15 lines
549 B
Plaintext
15 lines
549 B
Plaintext
[access "refs/heads/*"]
|
|
exclusiveGroupPermissions = label-Code-Review label-Approved
|
|
label-Code-Review = -1..+1 group tech-committee
|
|
label-Code-Review = -1..+2 group tech-committee-chair
|
|
label-Approved = +0..+1 group tech-committee-chair
|
|
workInProgress = group tech-committee
|
|
[access "refs/tags/*"]
|
|
create = group tech-committee-chair
|
|
pushTag = group tech-committee-chair
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|