We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c5cf commit d77081bCopy full SHA for d77081b
.github/workflows/claude.yml
@@ -50,7 +50,7 @@ jobs:
50
# assignee_trigger: "claude-bot"
51
52
# 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:*)"
+ allowed_tools: "Bash(scripts/bootstrap),Bash(scripts/format),Bash(scripts/lint),Bash(scripts/mock),Bash(scripts/test)"
54
55
# Optional: Add custom instructions for Claude to customize its behavior for your project
56
# custom_instructions: |
0 commit comments