From da38efa526937e64c021ef3f5a1f7cd0b6155754 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:22:08 +0200 Subject: [PATCH] Disabled GitHub checks for CodeRabbit. (#31692) --- .coderabbit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 26ff6ac76e..25c05e7edc 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -16,5 +16,10 @@ reviews: path_instructions: - path: "**/*.go" instructions: "When reviewing SQL queries that are added or modified, ensure that appropriate filtering criteria are applied—especially when a query is intended to return data for a specific entity (e.g., a single host). Check for missing WHERE clauses or incorrect filtering that could lead to incorrect or non-deterministic results (e.g., returning the first row instead of the correct one). Flag any queries that may return unintended results due to lack of precise scoping." + tools: + github-checks: + # Engineers should be looking at any CI failures. + # CodeRabbit should not need to wait for these to complete before giving review recommendations. + enabled: false chat: auto_reply: false