Skip to content

Commit b3f7c38

Browse files
justin808claude
andcommitted
Fix: remove invalid review_triggered_on input
The action auto-detects review mode from the pull_request trigger. Only use_sticky_comment and prompt are needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 17e3628 commit b3f7c38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
uses: anthropics/claude-code-action@v1
2525
with:
2626
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
27-
review_triggered_on: pr
2827
use_sticky_comment: true
28+
prompt: |
29+
Review this PR for correctness, security issues, and potential improvements.

0 commit comments

Comments
 (0)