
The doc8 project allows for automated validation checking of rst documentation (commonly used in openstack and elsewhere) and having it reviewable by others in the community would be great. Change-Id: I364338f63383a1f61284f8682985d15de3b22643
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group doc8-core
|
|
label-Workflow = -1..+1 group doc8-core
|
|
abandon = group doc8-core
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group doc8-ptl
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = false
|
|
[submit]
|
|
mergeContent = true
|