Jeremy Stanley 2286f98974 update gerrit project configs to use new Workflow label
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
2014-04-28 16:07:18 +00:00

22 lines
682 B
Plaintext

[access "refs/*"]
owner = group Administrators
create = group taskflow-core
[access "refs/heads/*"]
label-Code-Review = -2..+2 group taskflow-core
label-Workflow = -1..+1 group taskflow-core
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Code-Review label-Workflow
label-Code-Review = -2..+2 group taskflow-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group taskflow-core
[access "refs/tags/*"]
create = group taskflow-ptl
pushTag = group taskflow-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true