From 8e90242e95dc4374bb13f6c2d4fcc612ba8da7e8 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:55:28 +0200 Subject: [PATCH] coderabbit tinkering * disable poem * disable docstring tool (confusing for users) * don't review if title contains "WIP" * auto-assign labels to the PR --- .coderabbit.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 5b277dd42..9d9e9c7a9 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -14,6 +14,19 @@ language: en-US reviews: + # generic review setting, see https://docs.coderabbit.ai/reference/configuration#reference + auto_apply_labels: true + # abort_on_close: false + high_level_summary: true + review_status: true + collapse_walkthrough: false + poem: false + # sequence_diagrams: false + auto_review: + enabled: true + ignore_title_keywords: + - WIP + path_instructions: - path: "**/*.{cpp,h,hpp,ino}" instructions: > @@ -88,3 +101,10 @@ reviews: AI-facing rules due to edits introduced in this PR. 3. If new AI-facing rules were added without updating a related HUMAN_ONLY reference section, note this as a suggestion (not a required fix). + + finishing_touches: + # Docstrings | Options for generating Docstrings for your PRs/MRs. + docstrings: + # Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs. + # default: true - disabled in WLED: has caused confusion in the past + enabled: false \ No newline at end of file