Skip to content

Commit 6ccbe4f

Browse files
committed
chore: Update claude workflows
1 parent 02b5adc commit 6ccbe4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
5252
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
5353
54-
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
55-
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
56-
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:*)"'
54+
Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR.
5755
56+
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
57+
# or https://code.claude.com/docs/en/cli-reference for available options
58+
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949

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

0 commit comments

Comments
 (0)