Skip to content

Commit a2c1814

Browse files
authored
Update claude-code-review.yml
1 parent 4e0fd80 commit a2c1814

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Claude Code Review
22

3+
env:
4+
ANTHROPIC_BASE_URL: ${{ secrets.ANTHROPIC_BASE_URL }}
5+
36
on:
47
pull_request:
5-
types: [opened, synchronize]
8+
types: [opened]
69
# Optional: Only run on specific file changes
710
# paths:
811
# - "src/**/*.ts"

0 commit comments

Comments
 (0)