e3d7db4b8e
This is a patch to create the config for the new infrastructure project, pynotedb. This will be a python library for parsing review content stored in git repositories. Needed-by: I85ab12623ebe314bc2b9e743e8e7c090313c5cc1 Change-Id: Ide3caa3b0c400c0288dd826e6a52a49602f4dc05
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group pynotedb-core
|
|
label-Code-Review = -2..+2 group pynotedb-core
|
|
label-Workflow = -1..+1 group pynotedb-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group pynotedb-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|