Skip to content

Commit 4c310a5

Browse files
authored
ci(github): Add tilde to file path to not exact-match (#19392)
Add tilde based on: https://code.claude.com/docs/en/permissions#read-and-edit Closes #19393 (added automatically)
1 parent 4071444 commit 4c310a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage-issue.yml

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

0 commit comments

Comments
 (0)