From 663b80f1d07f91ca34a54cb6598e8e4481b47432 Mon Sep 17 00:00:00 2001 From: justinr1234 Date: Thu, 14 Nov 2024 12:40:46 -0600 Subject: [PATCH] chore: remove code rabbit sequence diagram (#2827) --- .coderabbit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index f4532da9..c7eaae93 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -13,6 +13,8 @@ reviews: review_status: true # Generate walkthrough in a markdown collapsible section. collapse_walkthrough: false + # Generate sequence diagrams in the walkthrough. + sequence_diagrams: false # Abort the in-progress review if the pull request is closed or merged. abort_on_close: true auto_review: