From 715d662a73c98cb36ab3db7def0e25fafcb96700 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 7 May 2026 22:44:49 +0000 Subject: [PATCH] chore(.gemini): add config --- .gemini/config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000000..c5858aa5506d --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,11 @@ +# Configure the behavior of the gemini code assist bot. +# More info: +# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github +have_fun: false +code_review: + pull_request_opened: + help: false + code_review: true + include_drafts: true +ignore_patterns: + - "packages/**/services/**/client.py"