Add scheduler tracker for bot-specific work queue
Some checks failed
CI / test-and-quality (push) Failing after 8s
CI / test-and-quality (pull_request) Failing after 8s

This commit is contained in:
2026-02-27 12:58:43 +01:00
parent e0fe152b83
commit bd42d29b37

View File

@@ -0,0 +1,26 @@
{
"updatedAt": "2026-02-27T00:00:00Z",
"tasks": [
{
"id": "BOT-PR-POLICY",
"title": "Dev-runner skal oprette PR ved feature-ready",
"ownerRole": "job-scheduler",
"status": "active",
"priority": "high"
},
{
"id": "BOT-REVIEW-ONLY-PRS",
"title": "Review-runner reviewer kun åbne PRs og commenter i PR",
"ownerRole": "review-runner",
"status": "active",
"priority": "high"
},
{
"id": "BOT-MERGE-GATE",
"title": "Integrator-runner merger kun ved grønne gates",
"ownerRole": "integrator-runner",
"status": "active",
"priority": "high"
}
]
}