fix(alerts): 補齊審批終局處置結論
Some checks failed
CD Pipeline / tests (push) Successful in 1m27s
Code Review / ai-code-review (push) Successful in 13s
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-31 16:13:26 +08:00
parent ff9c939278
commit 921af1c4c2
8 changed files with 236 additions and 0 deletions

View File

@@ -3533,6 +3533,12 @@ def _build_awooop_status_chain(
if verdict == "auto_repaired_verified":
repair_state = "auto_repaired_verified"
next_step = "monitor_for_regression"
elif verdict == "approval_rejected_no_execution":
repair_state = "approval_rejected_no_execution"
next_step = "monitor_or_reopen_if_alert_recurs"
elif verdict == "approval_expired_manual_review":
repair_state = "approval_expired_manual_review"
next_step = "reopen_close_or_escalate_expired_approval"
elif has_repair_execution:
repair_state = (
"executed_pending_verification"