From a3cb73abfe9b1be48e1dd3393c562a1f2ee4f038 Mon Sep 17 00:00:00 2001 From: Thorkild Stray Date: Wed, 17 Sep 2025 09:47:07 +0000 Subject: [PATCH] Add initial (low-spam) gemini configuration --- .gemini/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 00000000..e83d3b7f --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,10 @@ +have_fun: false +code_review: + disable: false + comment_severity_threshold: HIGH + max_review_comments: -1 + pull_request_opened: + help: false + summary: false + code_review: false +ignore_patterns: []