From 72a66ad0c1649ffbda2c8ac7ceb102956c5e81dc Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 9 Jul 2025 19:25:25 +0000 Subject: [PATCH] ci: add gemini code assist config Configures gemini to not interact with new pull requests, only review on demand --- .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 000000000000..28eab0db4d88 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,10 @@ +have_fun: false +code_review: + disable: false + comment_severity_threshold: MEDIUM + max_review_comments: -1 + pull_request_opened: + help: false + summary: false + code_review: false +ignore_patterns: []