feat(github): add mission-control approval check-run gate

This commit is contained in:
Abhimanyu Saharan
2026-02-15 05:50:03 +00:00
parent 3c8bf27a3f
commit 009218158b
8 changed files with 1062 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ CLERK_VERIFY_IAT=true
CLERK_LEEWAY=10.0
# Database
DB_AUTO_MIGRATE=false
# GitHub integration (for Check Runs / required-check enforcement)
# Used by mission-control/approval check updater.
GH_TOKEN=
# Webhook queue / worker
WEBHOOK_REDIS_URL=redis://localhost:6379/0
WEBHOOK_QUEUE_NAME=webhook-dispatch