diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d7a2f95..b54f954 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -50,5 +50,5 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: | - --max-turns 10 + --max-turns 15 --allowedTools "Bash(git add:*)" "Bash(git commit:*)" "Bash(git checkout:*)" "Bash(git switch:*)" "Bash(git push:*)" "Bash(git status:*)" "Bash(git diff:*)" "Bash(git log:*)" "Bash(git branch:*)" "Bash(gh pr create:*)" "Bash(gh pr merge:*)" "Bash(gh pr view:*)" "Bash(shellcheck:*)" "Read" "Edit" "Write"