Skip to content

Reconcile the iLert operator alert stream - #565

Open
morgaesis wants to merge 7 commits into
mainfrom
codex/ilert-webhook-reconcile
Open

Reconcile the iLert operator alert stream#565
morgaesis wants to merge 7 commits into
mainfrom
codex/ilert-webhook-reconcile

Clarify iLert canary alert ownership

4a654c5
Select commit
Loading
Failed to load commit list.
postil-dev / postil/review failed Aug 29, 2026 in 1m 21s

2 error, 0 warn, 0 info

warn review incomplete · error 1 blocking finding open

info 1 suppressed
  • Preserve operator-requested test alerts at .github/workflows/production-monitor.yml:598: cites a line the named construct does not sit on; severity error, confidence 0.94. This condition removed the inputs.test_alert == true branch. When an operator requests a test alert and both prerequisite jobs pass, notify is skipped, so the alerting path cannot be tested and the requested external alert is never sent. Include || inputs.test_alert == true in the condition, while preserving the existing failure and cancellation cases.

Review details