failure_notifications_digest
Aggregate and deduplicate recent CI failures from a GitHub repository into a digest for efficient alerting and triage.
Instructions
Build a deduplicated digest of recent failures for alerting and triage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repo owner or org | |
| repo | Yes | GitHub repo name | |
| interval_hours | No | Digest interval in hours | |
| branch | No | Optional branch filter | |
| limit | No | Max failures to summarize |