From 460876e334d308584a236a90d25580c168f3bafd Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Thu, 6 Jun 2024 09:51:38 +0300 Subject: [PATCH] Disable auto review from coderabbit unless explicitly asked (#6511) * Update .coderabbit.yml * disable review status. --- .coderabbit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index 8cb1d76fea4..17855753fc3 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -4,7 +4,7 @@ reviews: request_changes_workflow: false high_level_summary: true poem: false - review_status: true + review_status: false collapse_walkthrough: true path_filters: - "!**/*.pb.go" @@ -24,7 +24,7 @@ reviews: instructions: | "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness" auto_review: - enabled: true + enabled: false ignore_title_keywords: - "WIP" - "DO NOT MERGE" @@ -32,4 +32,4 @@ reviews: base_branches: - "main" chat: - auto_reply: true \ No newline at end of file + auto_reply: true