Skip to content

Commit f824cce

Browse files
authored
chore(github): Add allowedTools to Claude GitHub action (#19386)
List allowed tools for GitHub action Reference: #19358
1 parent 53e4d72 commit f824cce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/triage-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ jobs:
6767
prompt: |
6868
/triage-issue ${{ steps.parse-issue.outputs.issue_number }} --ci
6969
IMPORTANT: Do NOT wait for approval.
70-
claude_args: '--max-turns 20'
70+
claude_args: |
71+
--max-turns 20 --allowedTools "Bash(gh api *),Bash(gh pr list *),Bash(python3 .claude/skills/triage-issue/assets/post_linear_comment.py *),Bash(rm -f /tmp/triage_report.md)"

0 commit comments

Comments
 (0)