From d2df6ce542fea19df8da7b95299104b6d9b7b007 Mon Sep 17 00:00:00 2001 From: Aleksandr <44946855+Platonenkov@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:47:20 -0300 Subject: [PATCH] chore(coderabbit): turn off review_status status comments CodeRabbit posts a status-only comment on every push, which sends a notification email without reporting anything of substance. This setting suppresses those comments only; reviews and findings are unaffected. --- .coderabbit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7188ad4..f7cb9ae 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -8,6 +8,11 @@ language: ru reviews: + # Off: status-only comments ("Review skipped", "Currently processing new changes") + # are posted on every push and each one triggers a notification email while + # reporting nothing of substance. Actual review findings are unaffected. + review_status: false + # Explicit `@coderabbitai review` comments still work with this off. auto_review: enabled: false