Skip to content

Commit ef87695

Browse files
authored
Add model specification for Claude in workflow
Add claude_args to specify the model for Claude.
1 parent dec684e commit ef87695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
additional_permissions: |
4141
actions: read
4242
43+
claude_args: |
44+
--model claude-opus-4-5-20251101
45+
4346
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4447
# prompt: 'Update the pull request description to include a summary of changes.'
4548

0 commit comments

Comments
 (0)