From: Daan De Meyer Date: Wed, 18 Mar 2026 12:34:34 +0000 (+0100) Subject: ci: Allow claude-review access to /tmp and /var/tmp X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9374d7fa06974f227b9278ab63e89ca392d11690;p=thirdparty%2Fsystemd.git ci: Allow claude-review access to /tmp and /var/tmp --- diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index ba680b06201..6ca2193870e 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -247,7 +247,10 @@ jobs: "sandbox": { "enabled": true, "autoAllowBashIfSandboxed": true, - "allowUnsandboxedCommands": false + "allowUnsandboxedCommands": false, + "filesystem": { + "allowWrite": ["//tmp", "//var/tmp"] + } } } # Agent and TaskCreate are disabled because background task