
after upgrading gerrit to ver 2.8, review.o.o will have a new label called 'Workflow' that combines approved and wip labels. The workflow label will replace the workInProgress permission (from WIP plugin). Updating the project gerrit configs with the new label and removing workInProgress Change-Id: I874ad3cf8552a2e5a914cf325bd11afcdf0d59ca
18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
[access "refs/*"]
|
|
owner = group Administrators
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group openstack-ci-admins
|
|
label-Workflow = -1..+1 group openstack-ci-admins
|
|
[receive]
|
|
requireChangeId = true
|
|
requireShortMessage = true
|
|
[submit]
|
|
mergeContent = true
|
|
[project]
|
|
state = active
|
|
[access "refs/meta/config"]
|
|
label-Workflow = -1..+1 group openstack-ci-admins
|
|
label-Code-Review = -2..+2 group openstack-ci-admins
|
|
label-Verified = -2..+2 group openstack-ci-admins
|
|
submit = group openstack-ci-admins
|