We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939ace commit 1711005Copy full SHA for 1711005
1 file changed
.github/workflows/claude-code-review.yml
@@ -1,7 +1,7 @@
1
name: Claude Code Review
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [opened, synchronize]
6
# Optional: Only run on specific file changes
7
# paths:
@@ -29,6 +29,7 @@ jobs:
29
- name: Checkout repository
30
uses: actions/checkout@v4
31
with:
32
+ ref: ${{ github.event.pull_request.head.sha }}
33
fetch-depth: 1
34
35
- name: Run Claude Code Review
0 commit comments