97ce5f0f5d
Cookiecutter is a project that creates skeleton projects from a set of templates. Since there are at least a few different files to set up for an openstack-compliant project, let's maintain a set of templates. After this has landed, we should add support to manage_projects to use cookiecutter to create the initial empty repo. Change-Id: Iad67d289df1d37c1e8172e18b4903ca8ab278fa5
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
[access "refs/heads/*"]
|
|
label-Approved = +0..+1 group cookiecutter-core
|
|
label-Code-Review = -2..+2 group cookiecutter-core
|
|
[access "refs/tags/*"]
|
|
create = group cookiecutter-core
|
|
pushTag = group cookiecutter-core
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
[submit]
|
|
mergeContent = true
|