From f5a45fe0efc155fb0e19259dd514dc93df6bc782 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:51:33 +0200 Subject: [PATCH] internal: fix weekly (#6807) * fix * fix --- .github/workflows/weekly-pr-summary.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly-pr-summary.yml b/.github/workflows/weekly-pr-summary.yml index 07b1cad3be..f4f31f4144 100644 --- a/.github/workflows/weekly-pr-summary.yml +++ b/.github/workflows/weekly-pr-summary.yml @@ -95,8 +95,11 @@ jobs: ## Saving the Markdown Output: After generating the markdown summary, save it to a file, BUT DO NOT COMMIT IT TO THE REPOSITORY. + + ## Write tool issue: + - If the Write tool returns an error, create the summary.md file with the echo bash command. claude_args: | - --allowedTools "Bash" + --allowedTools "Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash" - name: Send Summary to Windmill if: hashFiles('summary.md') != ''