mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
cf47f7c1b2
* Run full regression suite on PR * Limit concurrency to 2 workers * Update PULL_REQUEST_TEMPLATE.md * Added prcop config Co-authored-by: unlikelyzero <jchill2@gmail.com> Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov> Co-authored-by: Andrew Henry <akhenry@gmail.com>
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"linters": [
|
|
{
|
|
"name": "descriptionRegexp",
|
|
"config": {
|
|
"regexp": "x] Testing instructions",
|
|
"errorMessage": ":police_officer: PR Description does not confirm that associated issue(s) contain Testing instructions"
|
|
}
|
|
},
|
|
{
|
|
"name": "descriptionMinWords",
|
|
"config": {
|
|
"minWordsCount": 160,
|
|
"errorMessage": ":police_officer: Please, be sure to use existing PR template."
|
|
}
|
|
}
|
|
],
|
|
"disableWord": "prcop:disable"
|
|
}
|