Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 2m3s
根因: _push_decision_to_telegram() 有兩處引用 incident.title, 但 Incident model 從來沒有此欄位,導致所有告警卡片推送都 拋 AttributeError,事件在 telegram_decision_push_failed 靜默失敗。 修法: - line 188: message 改用 signal annotation summary/description/alert_name - line 249: TYPE-1 title 改用 alertname label / signal.alert_name 影響: 自從 decision_manager 加入這兩行以來,所有 Telegram 通知都沒發出 (包含 TYPE-1 資訊通知和 TYPE-3 審批卡) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>