From f966ca2c555ddf43db962e105b90804c1e2ca514 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Thu, 26 Feb 2026 09:41:36 +0000 Subject: [PATCH] Add Gemini code review configuration So we only get review comments that are high or critical. Signed-off-by: Eric Curtin --- .gemini/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 00000000..af268dc2 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,4 @@ +code_review: + comment_severity_threshold: HIGH + pull_request_opened: + summary: false