pr-monitor/config.json
2026-07-28 14:21:25 +00:00

38 lines
811 B
JSON

{
"user": "joshuacoles",
"onlyInvolved": true,
"pollIntervalSeconds": 60,
"port": 4000,
"repos": [
{
"name": "marketdojo/auction",
"checkCategories": {
"lint": [
"rubocop",
"pronto/rubocop",
"frontend_lint",
"scss_modules",
"translation_lint",
"yamllint",
"brakeman",
"qlty check"
],
"specs": ["specs", "rspec", "rstest", "coverage", "qlty coverage", "qlty coverage diff"],
"e2e": ["Preview E2E *"]
}
},
{
"name": "marketdojo/auction-build",
"checkCategories": {
"lint": ["Format", "qlty check", "yamllint"]
}
},
{
"name": "marketdojo/md_exts",
"checkCategories": {
"specs": ["tests"]
}
}
]
}