Skip to content

S3UTILS-223: add Claude Code PR review skill and CI workflow #4

S3UTILS-223: add Claude Code PR review skill and CI workflow

S3UTILS-223: add Claude Code PR review skill and CI workflow #4

Workflow file for this run

name: Code Review
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
uses: scality/agent-hub/.github/workflows/claude-code-review.yml@v1

Check failure on line 9 in .github/workflows/review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/review.yml" -> "scality/agent-hub/.github/workflows/claude-code-review.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}