-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Automatically detect and fix common CI failures without human intervention, with configurable guardrails on what can be auto-fixed.
Examples
- Action version deprecated → auto-update to latest stable
- Dependency resolution failure → update lockfile and retry
- Flaky test detected → add retry logic or quarantine
Considerations
- Requires strong confidence classification — only auto-fix issues with a clear, safe resolution
- All auto-fixes should be logged and reviewable
- Must have a kill switch (disable auto-healing per repo or globally)
- Higher-risk fixes should still go through approval gates
Reactions are currently unavailable