Skip to content

Commit 57df5aa

Browse files
authored
feat(ci): bulletproof gemini-review workflow by removing tools whitelists and using default toolbox (google#124)
1 parent 1a824e0 commit 57df5aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
}
9797
}
9898
}
99-
prompt: 'Please use the pull_request_read tool to read this PR. Analyze the code for bugs, security issues, and best practices. Then, use the add_comment_to_pending_review and pull_request_review_write tools to post your review directly.'
99+
prompt: 'Please use the pull_request_read tool to read pull request #${{ github.event.pull_request.number || github.event.issue.number }}. Analyze the code for bugs, security issues, and best practices. Then, use the add_comment_to_pending_review and pull_request_review_write tools to post your review directly on pull request #${{ github.event.pull_request.number || github.event.issue.number }}.'

0 commit comments

Comments
 (0)