fix(aiops): use existing escalation event type
Some checks failed
CD Pipeline / tests (push) Successful in 1m54s
Code Review / ai-code-review (push) Successful in 29s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-05-01 10:56:59 +08:00
parent 78bcc090ad
commit 2c12bce135
3 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ async def escalate_auto_repair_unavailable(
)
await get_alert_operation_log_repository().append(
"EMERGENCY_ESCALATED",
"APPROVAL_ESCALATED",
incident_id=incident_id,
approval_id=approval_id,
actor="auto_repair",