fix(alerts): 收斂拒絕審批結果原因
Some checks failed
CD Pipeline / tests (push) Successful in 1m19s
Code Review / ai-code-review (push) Successful in 12s
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:23:47 +08:00
parent 497e36ba9d
commit f877e707ce
2 changed files with 2 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ def build_operator_outcome(
needs_human = False
next_action = "monitor_or_reopen_if_alert_recurs"
summary = "已拒絕處置,未執行修復"
reason = first_blocker or "approval_rejected"
reason = "approval_rejected"
elif verdict == "approval_expired_manual_review" or stage == "approval_expired":
state = "approval_expired_manual_review"
severity = "warning"