jai0705/Pipeline Healer
AI-powered agent that automatically analyzes failed GitHub Actions workflows, generates fixes, and opens pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| groq-api-key | Groq API key for LLM inference (get one at console.groq.com) | yes | — |
| github-token | GitHub token with repo scope (usually ${{ secrets.GITHUB_TOKEN }}) | yes | ${{ github.token }} |
| run-id | Workflow run ID to heal (auto-detected from workflow_run event if not set) | no | "" |
| repo | Repository in owner/repo format (auto-detected from event if not set) | no | "" |
| llm-model | Groq LLM model to use | no | llama-3.3-70b-versatile |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created pull request with the fix |
| branch-name | Name of the branch created with the fix |
| error-analysis | AI analysis of what caused the failure |
| success | Whether healing was successful (true/false) |