From fc06494f5624fd5d7ea0b47183bf730479a83ee7 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Fri, 24 Oct 2025 18:03:04 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@3249ff02e990cb856da25dcf44add398202088c0. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 1 + .gemini/config.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .bootc-dev-infra-commit.txt create mode 100644 .gemini/config.yaml diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt new file mode 100644 index 0000000..c945bb1 --- /dev/null +++ b/.bootc-dev-infra-commit.txt @@ -0,0 +1 @@ +3249ff02e990cb856da25dcf44add398202088c0 diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 0000000..3c7c033 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,15 @@ +# This config mainly overrides `summary: false` by default +# as it's really noisy. +have_fun: true +code_review: + disable: false + # Even medium level can be quite noisy, I don't think + # we need LOW. Anyone who wants that type of stuff should + # be able to get it locally or before review. + comment_severity_threshold: MEDIUM + max_review_comments: -1 + pull_request_opened: + help: false + summary: false # turned off by default + code_review: true +ignore_patterns: []