mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
ci: Allow all commands in claude-review workflow
claude is asking for permissions in the logs, let's grant it access to execute all commands to avoid the permission denials.
This commit is contained in:
committed by
Daan De Meyer
parent
02ab8dfc4f
commit
2e676fd636
3
.github/workflows/claude-review.yml
vendored
3
.github/workflows/claude-review.yml
vendored
@@ -241,6 +241,9 @@ jobs:
|
||||
# filesystem writes to the working directory.
|
||||
settings: |
|
||||
{
|
||||
"permissions": {
|
||||
"allow": ["*"]
|
||||
},
|
||||
"sandbox": {
|
||||
"enabled": true,
|
||||
"autoAllowBashIfSandboxed": true,
|
||||
|
||||
Reference in New Issue
Block a user