Commit c9974d1
committed
fix: move tool permissions to claude_args parameter
The allowed_tools parameter should be passed within claude_args using
the --allowedTools flag, not as a separate action parameter.
Updated both pr-assignment-check and pr-stale-check workflows to use:
claude_args: |
--max-turns N
--allowedTools "Bash,Read,Grep,Glob"
This allows Claude to execute gh commands and examine PR/issue content.1 parent e7913e2 commit c9974d1
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments