diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d300267f..2d8ca28b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -43,8 +43,7 @@ jobs: # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. # prompt: 'Update the pull request description to include a summary of changes.' - # Optional: Add claude_args to customize behavior and configuration - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://code.claude.com/docs/en/cli-reference for available options - # claude_args: '--allowed-tools Bash(gh pr:*)' + # Allow Claude to run bun and gh commands + claude_args: | + --allowedTools "Bash(bun:*),Bash(gh pr:*),Bash(gh issue:*)"