feat: allow gh/npm/pnpm/git CLI tools in Claude Code label-trigger job

This commit is contained in:
Ajax Davis 2026-01-20 04:53:40 +10:00
parent a8fe178dc6
commit b71fe338c5

View file

@ -92,3 +92,5 @@ jobs:
additional_permissions: |
actions: read
prompt: ${{ steps.get-prompt.outputs.prompt }}
# Allow gh CLI for issue management, npm for publishing
claude_args: '--allowedTools "Bash(gh:*)" "Bash(npm:*)" "Bash(pnpm:*)" "Bash(git:*)"'