Commit a0fcb6a
committed
feat: add allowed tools and permissions for Claude fixer
- Added claude_args to restrict tools to: npm, git, gh pr commands, Read, Edit, Write, Grep, Glob
- Added actions: read permission to allow Claude to check CI results
- Added additional_permissions parameter for Claude Code Action
This ensures Claude has the necessary tools to:
- Run npm install and npm test
- Make git commits with fixes
- Query PR information via gh CLI
- Read/edit/write files for code fixes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Lars Trieloff <[email protected]>1 parent 08f89ed commit a0fcb6a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments