From fdb20cc19e14f07c83253530b10a5310c3533c10 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:48:16 +0000 Subject: [PATCH] Create .coderabbit.yaml --- .github/workflows/.coderabbit.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/.coderabbit.yaml diff --git a/.github/workflows/.coderabbit.yaml b/.github/workflows/.coderabbit.yaml new file mode 100644 index 00000000000..4a743407b94 --- /dev/null +++ b/.github/workflows/.coderabbit.yaml @@ -0,0 +1,19 @@ +settings: + # Enables automatic reviewing of draft pull requests. + enable_draft_pr_reviews: true + # Specifies additional base/target branches to be reviewed. + additional_branches_to_be_reviewed: + - "master" + - "yaml/test" + # 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