We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b880444 commit 800f05cCopy full SHA for 800f05c
1 file changed
.github/workflows/claude-autofix.yml
@@ -34,7 +34,7 @@ jobs:
34
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
35
github_token: ${{ github.token }}
36
allowed_bots: "claude"
37
- claude_args: '--max-turns 20'
+ claude_args: '--max-turns 20 --allowedTools "Read,Edit,Write,Bash(gh api:*),Bash(gh pr view:*),Bash(git add:*),Bash(git commit:*),Bash(git push:*),Bash(git diff:*)"'
38
prompt: |
39
Apply the code suggestions from Claude's PR review on PR #${{ github.event.pull_request.number }} in repo ${{ github.repository }}.
40
0 commit comments