We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3df3b23 + acd7602 commit 9e308e0Copy full SHA for 9e308e0
1 file changed
.github/workflows/claude.yml
@@ -43,8 +43,7 @@ jobs:
43
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
44
# prompt: 'Update the pull request description to include a summary of changes.'
45
46
- # Optional: Add claude_args to customize behavior and configuration
47
- # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
48
- # or https://code.claude.com/docs/en/cli-reference for available options
49
- # 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:*)"
50
0 commit comments