
Oslo libraries use namespace packages that require some adjustments to the default cookiecutter templates. Change-Id: I240a73f90025ffc64f14593353206ca5867cc0fd
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
[access "refs/heads/*"]
|
|
label-Approved = +0..+1 group oslo-core
|
|
label-Code-Review = -2..+2 group oslo-core
|
|
workInProgress = group oslo-core
|
|
[access "refs/tags/*"]
|
|
create = group oslo-core
|
|
pushTag = group oslo-core
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|