We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d5a8 commit 664fbb9Copy full SHA for 664fbb9
1 file changed
.github/workflows/code_review.yml
@@ -116,6 +116,7 @@ jobs:
116
claude -p \
117
--output-format stream-json \
118
--verbose \
119
+ --settings '{"disableRemoteControl": true}' \
120
--mcp-config "$MCP_CONFIG" \
121
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr comment:*),Read,Grep,Glob,Agent" \
122
-- "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${PR_NUMBER}"
0 commit comments