
Start adding the needed config to get y! anvil repo into stackforge, where it can then be reviewed using the standard review.openstack.org sauce instead of the github.com sauce. See bug 1143496 and bug 1035966 Change-Id: I9512b3f6f421d5dc9a11e7f5de5fbb411bf077b1 Reviewed-on: https://review.openstack.org/23968 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Joshua Harlow <harlowja@yahoo-inc.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
[access "refs/*"]
|
|
owner = group Administrators
|
|
create = group anvil-core
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group anvil-core
|
|
label-Approved = +0..+1 group anvil-core
|
|
workInProgress = group anvil-core
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|