Skip to content

Commit 8d43d90

Browse files
committed
Add Claude Code GitHub Action workflow
1 parent 09c80e2 commit 8d43d90

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/claude.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Claude Code Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
issue_comment:
7+
types: [created]
8+
9+
jobs:
10+
claude-review:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: anthropics/claude-code-action@v1
15+
with:
16+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)