From b46d39d9b7551f873efaa5a5769553e20c83adb6 Mon Sep 17 00:00:00 2001 From: Martin Braquet Date: Thu, 2 Apr 2026 18:53:34 +0200 Subject: [PATCH] Enable automatic reviews in CodeRabbit configuration --- .coderabbit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 6cf6ede0..91f7f3c1 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -9,6 +9,9 @@ description: # How aggressive and deep the reviews should be reviews: + auto_review: + enabled: true + # 'chill' (fewer comments, only critical bugs) or 'assertive' (strict, points out everything) profile: assertive