Releases: jawdat6/fixgraph-action
Releases · jawdat6/fixgraph-action
Vi
FixGraph GitHub Action v1
Search 25,000+ community-verified engineering fixes from your CI pipeline.
Usage
- name: Search FixGraph for fixes
if: failure()
uses: jawdat6/fixgraph-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
max-results: '3'
What it does
- Detects the error from your failed build step
- Searches FixGraph for verified fixes
- Writes results to the Job Summary (Actions tab)
- Posts a PR comment with fix steps
- Never fails your build
Inputs
- error: Error message to search (auto-detected)
- github-token: Token for PR comments (default: github.token)
- fixgraph-key: Optional API key for higher limits
- max-results: Number of results to show, 1-10 (default: 3)