We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5f8773 + 0d83c60 commit 046c799Copy full SHA for 046c799
1 file changed
.github/workflows/dependabot_auto_merge.yml
@@ -230,8 +230,7 @@ jobs:
230
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
231
github_token: ${{ secrets.GH_AUTO_MERGE_TOKEN }}
232
allowed_bots: 'dependabot[bot]'
233
- model: 'claude-sonnet-4-6'
234
- claude_args: '--allowedTools "Bash(gh:*)" "Bash(grep:*)" Read Write'
+ claude_args: '--model claude-sonnet-4-6 --allowedTools "Bash(gh:*)" "Bash(grep:*)" Read Write'
235
prompt: |
236
You are reviewing a Dependabot PR in repository ${{ github.repository }}.
237
0 commit comments