From ffc08bd32fccdc32d8bf3623486f7f2346cf2d4f Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Wed, 26 Feb 2025 18:05:45 -0500 Subject: [PATCH] chore: add gemini config --- .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 0000000000..8afb848534 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,10 @@ +# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#custom-configuration +have_fun: false +code_review: + disable: false + comment_severity_threshold: HIGH + max_review_comments: -1 + pull_request_opened: + help: false + summary: false + code_review: false