29b39ea802
Enable gerrit review for nova-docker stable branches. We'll be adding a stable/icehouse branch immediately and a stable/juno branch, once released. Change-Id: I28c1d4a6758d36709d6a86d6ca25ca5682f4113b
19 lines
534 B
Plaintext
19 lines
534 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group nova-docker-core
|
|
label-Code-Review = -2..+2 group nova-docker-core
|
|
label-Workflow = -1..+1 group nova-docker-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group nova-docker-core
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group nova-docker-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group nova-docker-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|