Add scheduler tracker for bot-specific work queue
This commit is contained in:
26
coordination/scheduler_tasks.json
Normal file
26
coordination/scheduler_tasks.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user