diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml index cff406aa9c59..a4284c64d9b9 100644 --- a/.github/workflows/triage-issue.yml +++ b/.github/workflows/triage-issue.yml @@ -68,4 +68,4 @@ jobs: /triage-issue ${{ steps.parse-issue.outputs.issue_number }} --ci IMPORTANT: Do NOT wait for approval. claude_args: | - --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)" + --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)"