Skip to content

Commit 12f5fe6

Browse files
committed
chore: fix claude workflow duplicate comments
1 parent 0382f6a commit 12f5fe6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

0 commit comments

Comments
 (0)