Files
infra/14_infra-assistant/api/alerts/policy.py
T

3 lines
84 B
Python
Raw Normal View History

2026-03-21 14:12:55 +01:00
def should_alert(incident):
return incident["severity"] in ("high", "critical")