From 4824f7f9229d00cf7a318f2d8b5f7ca96f070154 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:23:43 +0000 Subject: [PATCH] Create .coderabbit.yaml --- .coderabbit.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000000..fe262b8bb44 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,15 @@ +settings: + # Enables automatic reviewing of draft pull requests. + enable_draft_pr_reviews: true + # Disables generation of release notes. + disable_high_level_summary: true + # Comma separated list of keywords in the title that should be ignored. + ignored_pr_titles: "WIP" + # ISO Code for the review language. + review_language: "en" + # Disables review and other status comments. + disable_review_status: false + # Add walkthrough comment in a collapsible section. + collapse_walkthrough_comment: true + # Disable automatic code reviews for this repository. + disable_review: false