Skip to content

Commit b47b8c3

Browse files
committed
Remove tool restrictions from workflows
Allows Claude full tool access in both workflows for maximum flexibility and adaptability to unexpected needs.
1 parent 9d3679c commit b47b8c3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,3 @@ jobs:
228228
**Important**: This workflow maintains conversation continuity - resolved issues show as "Resolved", ongoing issues have threaded replies, and only new issues create new comment threads.
229229
230230
Always post a NEW comment - never update previous ones. Natural conversation flow.
231-
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
232-
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
233-
claude_args: '--allowedTools "Task,Skill,Write,mcp__cloudflare-docs__search_cloudflare_documentation,mcp__exa__get_code_context_exa,mcp__exa__web_search_exa,Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh repo view:*),Bash(gh api:*),Bash(git *)"'

.github/workflows/claude.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,5 @@ jobs:
9595
- Verify with evidence before claiming completion
9696
- Create commits following CLAUDE.md git guidelines
9797
98-
# Optional: Add claude_args to customize behavior and configuration
9998
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
10099
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
101-
# claude_args: '--allowed-tools Bash(gh pr:*)'

0 commit comments

Comments
 (0)