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 e3cc9ba commit ee302cdCopy full SHA for ee302cd
.github/workflows/claude-code-review.yml
@@ -25,8 +25,6 @@ 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,8 +24,6 @@ jobs:
24
- name: Run Claude Code
id: claude
0 commit comments