Skip to content

Commit 171514f

Browse files
chore: apply suggestions from code review
1 parent 7275876 commit 171514f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ClaudeReview.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ jobs:
7272
- Include short code snippets when suggesting fixes
7373
- Be specific and reference files/lines
7474
- Post a brief summary comment with overall assessment
75-
claude_args: |
76-
--model ${{ env.CLAUDE_MODEL }}
77-
--allowedTools "Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr comment:*),Bash(gh api:*),mcp__github_inline_comment__create_inline_comment,Read,Grep,Glob"
75+
claude_args: >-
76+
--model ${{ env.CLAUDE_MODEL }} --allowedTools "Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr comment:*),Bash(gh api:*),mcp__github_inline_comment__create_inline_comment,Read,Grep,Glob"
7877
7978
interactive:
8079
name: Claude Interactive
@@ -113,6 +112,5 @@ jobs:
113112
use_bedrock: "true"
114113
github_token: ${{ secrets.GITHUB_TOKEN }}
115114
trigger_phrase: "@claude"
116-
claude_args: |
117-
--model ${{ env.CLAUDE_MODEL }}
118-
--allowedTools "Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr comment:*),Bash(gh api:*),mcp__github_inline_comment__create_inline_comment,Read,Grep,Glob"
115+
claude_args: >-
116+
--model ${{ env.CLAUDE_MODEL }} --allowedTools "Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr comment:*),Bash(gh api:*),mcp__github_inline_comment__create_inline_comment,Read,Grep,Glob"

0 commit comments

Comments
 (0)