From b33910509ef13bb81c09c06e577fdd0da49309b9 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Mon, 26 Feb 2024 13:50:16 +0100 Subject: [PATCH] add coderabbit settings --- .coderabbit.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .coderabbit.yml diff --git a/.coderabbit.yml b/.coderabbit.yml new file mode 100644 index 00000000..594b06b1 --- /dev/null +++ b/.coderabbit.yml @@ -0,0 +1,28 @@ +language: "en" +early_access: false +reviews: + request_changes_workflow: false + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + path_filters: + - "!**/.xml" + path_instructions: + - path: "**/*.js" + instructions: "Review the JavaScript code for conformity with the Google JavaScript style guide, highlighting any deviations." + - path: "**/*.ts" + instructions: "Review the Typescript code for conformity with industry standards and best practices, highlighting any deviations." + - path: "**/*.py" + instructions: | + "Review the Python code for conformity with Python best practices and industry standards, highlighting any deviations." + auto_review: + enabled: true + ignore_title_keywords: + - "WIP" + - "DO NOT MERGE" + drafts: false + base_branches: + - "develop" +chat: + auto_reply: true