Skip to content

Use centralized Claude Code Review workflow #262

Use centralized Claude Code Review workflow

Use centralized Claude Code Review workflow #262

name: Claude Code Review
on:
pull_request:
types: [opened, synchronize]
jobs:
claude-review:
uses: shakacode/.github/.github/workflows/claude-code-review.yml@main
secrets:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}