There was an error while loading. Please reload this page.
1 parent ac00cc5 commit 23a5bc5Copy full SHA for 23a5bc5
1 file changed
.gemini/config.yml
@@ -0,0 +1,8 @@
1
+# Mainly adopted from https://github.com/vllm-project/vllm/blob/main/.gemini/config.yaml. Below is the original copyright:
2
+# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
3
+have_fun: false # Just review the code
4
+code_review:
5
+ comment_severity_threshold: HIGH # Reduce quantity of comments
6
+ max_review_comments: -1 # Maximum number of review comments allowed; -1 indicates no limit
7
+ pull_request_opened:
8
+ summary: true # Summarize the PR in a separate comment
0 commit comments