From 30981e21119f562fcd9afc56c8746050ac0f5251 Mon Sep 17 00:00:00 2001 From: Qizhi Chen Date: Thu, 10 Jul 2025 09:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore:=20add=20gemini=20code=20a?= =?UTF-8?q?ssistant=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 0000000..66015ad --- /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: true +ignore_patterns: []