From c666b5ec5aeff7bcd881efd83d3f8d1caece1b3f Mon Sep 17 00:00:00 2001 From: Cynthia J Date: Tue, 30 Sep 2025 08:58:51 -0700 Subject: [PATCH] add gemini config for the repo --- .gemini/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000000..cf6e5d0be1f1 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,9 @@ +have_fun: false +code_review: + disable: false + comment_severity_threshold: LOW + max_review_comments: -1 + pull_request_opened: + help: true + summary: false + code_review: true