From 5bac61362b6718b90e708e7b212e7fcbe7d59fa3 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:37:05 +0100 Subject: [PATCH] Configure Gemini (#20971) Signed-off-by: Harry Mellor <19981378+hmellor@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 0000000000..2499d3f095 --- /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