We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0fe09e + ab88a64 commit 9db3caeCopy full SHA for 9db3cae
1 file changed
.github/workflows/claude-code-review.yml
@@ -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