Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/actions/claude-pr-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ inputs:
description: Additional prompt text appended after the canonical prompt.
model:
required: false
default: opus
default: claude-opus-4-7
description: >
Model for the review agent, passed through to `claude --model`. Defaults
to `opus`; set to another model id to override, or empty to fall through
to the claude-code-action / CLI default (Sonnet class).
Model for the review agent, passed through to `claude --model`. Pinned to
`claude-opus-4-7` so reviews stay on a fixed model rather than following
the moving `opus` alias; set to another model id to override, or empty to
fall through to the claude-code-action / CLI default (Sonnet class).
review_depth:
required: false
default: standard
Expand Down
Loading