Skip to content

Commit 76ffeea

Browse files
authored
Merge pull request #14 from shakacode/jg/add-review-workflow
Add Claude Code Review workflow
2 parents b77afee + 2e5bb34 commit 76ffeea

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)