-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Problem
We only have PR-oriented failure detectives today. Failed CI runs on main are not auto-triaged into a tracking issue.
Why now
- Current CI workflow is named
Internal: CI, while detective triggers watchCI/Build/Test. - Existing
pr-actions-detectiveflow requires an associated PR and noops otherwise.
Proposal
Add a new workflow: branch-actions-detective.
Scope:
- Trigger on failed
workflow_runforInternal: CIonmain. - Analyze failing jobs/logs.
- Create or update a concise issue with root cause, impact, and suggested next fix.
Acceptance Criteria
- A failed
Internal: CIrun onmainproduces/updates one actionable issue. - Repeated failures dedupe/update instead of creating issue spam.
Reactions are currently unavailable