jai0705/Pipeline Healer

AI-powered agent that automatically analyzes failed GitHub Actions workflows, generates fixes, and opens pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
groq-api-keyGroq API key for LLM inference (get one at console.groq.com)yes
github-tokenGitHub token with repo scope (usually ${{ secrets.GITHUB_TOKEN }})yes${{ github.token }}
run-idWorkflow run ID to heal (auto-detected from workflow_run event if not set)no""
repoRepository in owner/repo format (auto-detected from event if not set)no""
llm-modelGroq LLM model to usenollama-3.3-70b-versatile
namedescription
pr-urlURL of the created pull request with the fix
branch-nameName of the branch created with the fix
error-analysisAI analysis of what caused the failure
successWhether healing was successful (true/false)