Skip to content

Commit 874e478

Browse files
committed
fix: expand allowed Bash commands for git operations
Added Bash access for: - gh:* (all GitHub CLI commands, not just pr) - ls:* (for directory navigation) - cat:* (for viewing files) - cd:* (for changing directories) This allows Claude to: - Run git commit and git push to apply fixes - Navigate the repository structure - View file contents when needed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Lars Trieloff <[email protected]>
1 parent a0fcb6a commit 874e478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-renovate-fixer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
allowed_bots: "renovate"
2727
additional_permissions: |
2828
actions: read
29-
claude_args: '--allowed-tools "Bash(npm:*),Bash(git:*),Bash(gh pr:*),Read,Edit,Write,Grep,Glob"'
29+
claude_args: '--allowed-tools "Bash(npm:*),Bash(git:*),Bash(gh:*),Bash(ls:*),Bash(cat:*),Bash(cd:*),Read,Edit,Write,Grep,Glob"'
3030
prompt: |
3131
You are helping to automatically fix issues in Renovate dependency update PRs for the helix-cli project.
3232

0 commit comments

Comments
 (0)