Skip to content

Commit 507df96

Browse files
authored
fix(workflow): fix claude issue breaking pr reviews (#22)
* fix(workflow): fix claude issue breaking pr reviews * fix(workflow): use anthropics repo * fix(workflow): change the sticky_comment to use_sticky_comment
1 parent 7571317 commit 507df96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/claude.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
- name: Run Claude Code
8585
id: claude
86-
uses: valorkin/claude-code-action@feat-silence
86+
uses: anthropics/claude-code-action@main
8787
with:
8888
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
8989
model: claude-sonnet-4-20250514
90-
sticky_comment: true
90+
use_sticky_comment: true
9191
allowed_tools: |
9292
mcp__github__get_pull_request_diff,
9393
mcp__github__create_issue_comment,
@@ -147,11 +147,11 @@ jobs:
147147

148148
- name: Run Claude Code
149149
id: claude
150-
uses: valorkin/claude-code-action@feat-silence
150+
uses: anthropics/claude-code-action@main
151151
with:
152152
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
153153
model: claude-sonnet-4-20250514
154-
sticky_comment: true
154+
use_sticky_comment: true
155155
allowed_tools: |
156156
mcp__github__create_pending_pull_request_review,
157157
mcp__github__add_pull_request_review_comment_to_pending_review,

0 commit comments

Comments
 (0)