Skip to content

Commit 02e01cd

Browse files
style: use multiline yaml per Coplit review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ee085e commit 02e01cd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@ jobs:
5454
# - mcp__github__get_pull_request_diff: Get code changes and line numbers for inline comments
5555
# - mcp__github__add_comment_to_pending_review: Add inline review comments
5656
# - mcp__github__submit_pending_pull_request_review: Publish the review
57-
claude_args: ${{ inputs.claude_args_override != '' && inputs.claude_args_override || format('--allowedTools mcp__github__get_me,mcp__github__get_pull_request,mcp__github__create_pending_pull_request_review,mcp__github__get_pull_request_diff,mcp__github__add_comment_to_pending_review,mcp__github__submit_pending_pull_request_review') }}
57+
claude_args: >-
58+
${{ inputs.claude_args_override != '' && inputs.claude_args_override || format(
59+
'--allowedTools mcp__github__get_me,
60+
mcp__github__get_pull_request,
61+
mcp__github__create_pending_pull_request_review,
62+
mcp__github__get_pull_request_diff,
63+
mcp__github__add_comment_to_pending_review,
64+
mcp__github__submit_pending_pull_request_review'
65+
) }}

0 commit comments

Comments
 (0)