fix(alerts): 補齊審批終局處置結論
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user