Skip to content

Implement Claude PR BugScan workflow (Draft→Ready + push re-scan) #3

Implement Claude PR BugScan workflow (Draft→Ready + push re-scan)

Implement Claude PR BugScan workflow (Draft→Ready + push re-scan) #3

Workflow file for this run

name: Claude PR scan (Draft->Ready + Push)
on:
pull_request:
types: [ready_for_review, synchronize, reopened]
concurrency:
group: claude-pr-scan-${{ github.repository }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
review:
if: ${{ github.event.pull_request.draft == false }}
uses: safurrier/python-collab-template/.github/workflows/claude_pr_agent.yml@v1

Check failure on line 14 in .github/workflows/ai_pr_review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ai_pr_review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ai_pr_review.yml" -> "safurrier/python-collab-template/.github/workflows/claude_pr_agent.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
skill: "codex-code-review"
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
# Optional: run a local skill from the target repo instead:
# with:
# skill: ".claude/skills/my-custom-review"
# Optional: use a raw prompt instead of a skill file:
# with:
# prompt: |
# Review this diff for security issues only.