From 9c6c03d36bf7dbdc609604ab8ed12f93637acea4 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 4 Jan 2026 19:55:32 +0000 Subject: [PATCH] Fix Claude Code Action configuration for PR comments - Move model to claude_args (model is not a valid direct input) - Add use_sticky_comment to ensure review posts as PR comment --- .github/workflows/claude-code-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 2b798d1..b8be1d1 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -24,7 +24,8 @@ jobs: uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - model: claude-opus-4-5-20251101 + claude_args: "--model claude-opus-4-5-20251101" + use_sticky_comment: true prompt: | Perform a comprehensive code review of the changes in this PR. Provide actionable feedback with specific line references.