Skip to content

Commit 634d377

Browse files
authored
chore: Allow Claude Code Action to use tools (#11026)
1 parent b5fed8c commit 634d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
assignee_trigger: "claude-bot"
5151

5252
# Optional: Allow Claude to run specific commands
53-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
53+
allowed_tools: "Bash,WebFetch,WebSearch"
5454

5555
# Optional: Add custom instructions for Claude to customize its behavior for your project
5656
# custom_instructions: |

0 commit comments

Comments
 (0)