ea11e19808
This patch adds new blank git repositories to OpenStack-Ansible for deploying Monasca-UI and Octavia. These projects will have their own core team with the general openstack-ansible core team included, with the appropriate rights to ensure that they can act as a back-stop in case of any issues. Needed-By: I9f52140eeac33460a02a5ad13a450620b6c4a5aa Change-Id: Ifbcbcd3ec3b8941aa64baa7cf6c5922ee4e4b373
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group openstack-ansible-core
|
|
abandon = group openstack-ansible-os_monasca-ui-core
|
|
create = group openstack-ansible-release
|
|
label-Code-Review = -2..+2 group openstack-ansible-core
|
|
label-Code-Review = -2..+2 group openstack-ansible-os_monasca-ui-core
|
|
label-Workflow = -1..+1 group openstack-ansible-core
|
|
label-Workflow = -1..+1 group openstack-ansible-os_monasca-ui-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group openstack-ansible-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|