Skip to content

Update PR-Reviewer default model#2391

Merged
MarceloRGonc merged 1 commit into
mainfrom
mg/OPS-4582
Jul 1, 2026
Merged

Update PR-Reviewer default model#2391
MarceloRGonc merged 1 commit into
mainfrom
mg/OPS-4582

Conversation

@MarceloRGonc

Copy link
Copy Markdown
Contributor

Fixes OPS-4582.

Copilot AI review requested due to automatic review settings July 1, 2026 10:35
@linear

linear Bot commented Jul 1, 2026

Copy link
Copy Markdown

OPS-4582

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions “PR Reviewer” workflow to use a new default Claude model name when the workflow is manually dispatched (Fixes OPS-4582).

Changes:

  • Changed workflow_dispatch.inputs.model.default from claude-opus-4-8 to opus.

@openops-hq-agent

Copy link
Copy Markdown

Claude PR Review — #2391: Update PR-Reviewer default model

Author: MarceloRGonc | Base: main | Labels:

Verdict

SHIP — a one-line default-value change to a manually-dispatched workflow with no runtime blast radius.

Summary

Changes the workflow_dispatch model input default in .github/workflows/pr-reviewer.yml from the pinned claude-opus-4-8 to the opus alias. The value flows unchanged into claude-code-action's --model argument; opus is a valid CLI/action alias that resolves to the latest Opus model. Low risk, single purpose, and matches the stated intent (Fixes OPS-4582).

Findings

[NOTE] .github/workflows/pr-reviewer.yml:13 — Using the opus alias instead of a pinned model ID means each dispatch floats to whatever the current "latest Opus" is. That is almost certainly the intent for a review bot (no more manual bumps when a new Opus ships), but it trades reproducibility for freshness: a future model swap changes review behavior with no diff in this repo. Acceptable as-is; just be aware the version is no longer captured here.

Testing gaps

None applicable — CI/workflow config change; correctness is only observable at dispatch time. Worth a single manual workflow_dispatch run to confirm the action accepts the opus alias in this action version.

@MarceloRGonc MarceloRGonc requested a review from ravikiranvm July 1, 2026 10:44
@MarceloRGonc MarceloRGonc merged commit 7c343b7 into main Jul 1, 2026
23 checks passed
@MarceloRGonc MarceloRGonc deleted the mg/OPS-4582 branch July 1, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants