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.