Skip to content

Commit ea3b77c

Browse files
justin808claude
andcommitted
Add Claude Code Review workflow via shakacode/.github
Enable automated PR reviews using the centralized reusable workflow. Uses Claude Code's default model (currently Opus 4.6). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb4ddd7 commit ea3b77c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Claude Code Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
claude-review:
9+
uses: shakacode/.github/.github/workflows/claude-code-review.yml@main
10+
secrets:
11+
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)