Skip to content

Commit d65ffbf

Browse files
committed
Add claude-opus-4.6 model to agent_assignment in weekly sync workflow
1 parent a617538 commit d65ffbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/weekly-upstream-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140
"agent_assignment": {
141141
"target_repo": "${{ github.repository }}",
142142
"base_branch": "main",
143-
"custom_instructions": $(echo "$CUSTOM_INSTRUCTIONS" | jq -Rs .)
143+
"custom_instructions": $(echo "$CUSTOM_INSTRUCTIONS" | jq -Rs .),
144+
"model": "claude-opus-4.6"
144145
}
145146
}
146147
EOF

0 commit comments

Comments
 (0)