Skip to content

Commit 046c799

Browse files
authored
Merge pull request #47 from CoolBitX-Technology/feat/claude-model-sonnet
fix: pass model via claude_args instead of invalid model input
2 parents c5f8773 + 0d83c60 commit 046c799

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dependabot_auto_merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ jobs:
230230
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
231231
github_token: ${{ secrets.GH_AUTO_MERGE_TOKEN }}
232232
allowed_bots: 'dependabot[bot]'
233-
model: 'claude-sonnet-4-6'
234-
claude_args: '--allowedTools "Bash(gh:*)" "Bash(grep:*)" Read Write'
233+
claude_args: '--model claude-sonnet-4-6 --allowedTools "Bash(gh:*)" "Bash(grep:*)" Read Write'
235234
prompt: |
236235
You are reviewing a Dependabot PR in repository ${{ github.repository }}.
237236

0 commit comments

Comments
 (0)