Skip to content

Commit a6a0551

Browse files
Merge pull request #8520 from Shopify/pin-claude-workflow-model
Use the latest Opus model in automation workflows
2 parents e1fd79e + 3fede11 commit a6a0551

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gardener-investigate-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
Always return an investigation report as the `report` field in your structured output.
8787
If you identify a straightforward fix, describe the proposed fix in the report instead of implementing it.
8888
claude_args: |
89+
--model claude-opus-latest
8990
--json-schema '{"type":"object","properties":{"report":{"type":"string","description":"The full investigation report markdown"}},"required":["report"]}'
9091
9192
- name: Write report to job summary

.github/workflows/maintenance-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
Keep duplicate-check notes out of the PR body and all template checkboxes unchecked.
100100
Do not post to Slack; the workflow will announce the PR after it exists.
101101
claude_args: |
102+
--model claude-opus-latest
102103
--allowedTools Read,Glob,Grep,Edit,Write,Bash
103104
104105
- name: Find the created PR

0 commit comments

Comments
 (0)