From 058bce197e5e6ea6df24527351c3b3786ae3d1fc Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Fri, 5 Dec 2025 09:20:42 +0100 Subject: [PATCH] Disable Gemini summaries --- .gemini/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000..16ffdb25c --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,12 @@ +# overrides summary setting from default configuration: +# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#default-configuration +have_fun: true +code_review: + disable: false + comment_severity_threshold: MEDIUM + max_review_comments: -1 + pull_request_opened: + help: false + summary: false + code_review: true +ignore_patterns: []