Remove +/-2 governance votes from tech committee

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
This commit is contained in:
James E. Blair 2013-11-22 14:16:03 -08:00
parent f9ee4f32a7
commit c7afea3e9e

View File

@ -1,5 +1,7 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tech-committee
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/*"]