From 426c726c5ae6e3ff74bf9eeab2afccaee0b6e4b2 Mon Sep 17 00:00:00 2001 From: s1gr1d <32902192+s1gr1d@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:51:25 +0100 Subject: [PATCH] chore(github): Add write tool for markdown report --- .github/workflows/triage-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml index e59a0b031e27..a65274b031a4 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 "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)" + --max-turns 20 --allowedTools "Write(//tmp/triage_report.md),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)"