From e727ed852411cd0b5bf2a985e1ecbfa25793fa81 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Mon, 26 May 2025 16:25:11 +0700 Subject: [PATCH] [skip ci] chore(gemini): Add default Gemini Assists configurations (#926) * Add default configurations * Set comment_severity_threshold: LOW * Correct path --- .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 000000000..be72c6c6b --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,10 @@ +have_fun: true +code_review: + disable: false + comment_severity_threshold: LOW + max_review_comments: -1 + pull_request_opened: + help: false + summary: true + code_review: true +ignore_patterns: []