We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe24c2 commit 8b04d8eCopy full SHA for 8b04d8e
.github/workflows/claude-code-review.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 1
28
+ # For PR comments, checkout the PR branch
29
+ ref: ${{ github.event.issue.pull_request && format('refs/pull/{0}/merge', github.event.issue.number) || github.ref }}
30
31
- name: Run Claude Code Review
32
id: claude-review
.github/workflows/claude.yml
@@ -24,6 +24,8 @@ jobs:
24
- name: Run Claude Code
id: claude
0 commit comments