Skip to content

Commit cbed2d9

Browse files
committed
fix: Claude code workflows
1 parent 6b2c8a7 commit cbed2d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
5454
5555
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
56-
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
57-
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
58-
56+
# or https://code.claude.com/docs/en/cli-reference for available options
57+
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050

5151
# Optional: Add claude_args to customize behavior and configuration
5252
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
53-
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
53+
# or https://code.claude.com/docs/en/cli-reference for available options
5454
# claude_args: '--allowed-tools Bash(gh pr:*)'

0 commit comments

Comments
 (0)