From 9c6d108330574176f79eea52f989ea6049336af8 Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 11 Aug 2025 22:21:29 +0800 Subject: [PATCH] Configure Gemini (#2298) ### What this PR does / why we need it? This PR requests Gemini AI to review PRs. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? NA - vLLM version: v0.10.0 - vLLM main: https://github.com/vllm-project/vllm/commit/14a5d903ab826b723a24a2d89631006394de76a1 Signed-off-by: QwertyJack <7554089+QwertyJack@users.noreply.github.com> --- .gemini/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 0000000..2499d3f --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,6 @@ +# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github +have_fun: false # Just review the code +code_review: + comment_severity_threshold: HIGH # Reduce quantity of comments + pull_request_opened: + summary: false # Don't summarize the PR in a separate comment