pr-monitor/config.json
2026-07-28 14:51:01 +00:00

49 lines
1.1 KiB
JSON

{
"user": "joshuacoles",
"onlyInvolved": true,
"pollIntervalSeconds": 60,
"port": 4000,
"timeline": {
"mute": [
{ "actor": "qltysh" },
{ "actor": "github-actions", "kind": "review_comment" }
]
},
"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 *"]
},
"ignoreChecks": ["Preview E2E ${{ matrix.folder }}"],
"preview": {
"label": "preview",
"urlTemplate": "https://pr-{number}.argocd.testmd.co.uk/"
}
},
{
"name": "marketdojo/auction-build",
"checkCategories": {
"lint": ["Format", "qlty check", "yamllint"]
}
},
{
"name": "marketdojo/md_exts",
"checkCategories": {
"specs": ["tests"]
}
}
]
}