From 434c131afb3b224f69ede16ef943294451b0970f Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Thu, 5 Mar 2026 11:10:20 +0100 Subject: [PATCH 1/2] chore: add coderabbitai config file --- .coderabbit.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..85e004c --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,24 @@ +reviews: + auto_review: + enabled: true + ignore_usernames: ["dependabot[bot]"] + labels: ["!wip", "!draft"] + auto_apply_labels: true + suggested_reviewers: true + auto_assign_reviewers: true + +issue_enrichment: + auto_enrich: + enabled: true + rename_title: true + labeling: + auto_apply_labels: true + labeling_instructions: + - label: bug + instructions: "Error, crash, or incorrect behavior reports" + - label: enhancement + instructions: "Feature requests or improvements" + - label: documentation + instructions: "Docs updates or missing documentation" + - label: good first issue + instructions: "Beginner-friendly tasks suitable for new contributors" From ad68be8a5a478d463265880c821cec0720a944b6 Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Thu, 5 Mar 2026 11:19:47 +0100 Subject: [PATCH 2/2] fix: coderrabbit.yaml --- .coderabbit.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 85e004c..73f7a3e 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -3,14 +3,13 @@ reviews: enabled: true ignore_usernames: ["dependabot[bot]"] labels: ["!wip", "!draft"] - auto_apply_labels: true - suggested_reviewers: true - auto_assign_reviewers: true + auto_apply_labels: true + suggested_reviewers: true + auto_assign_reviewers: true issue_enrichment: auto_enrich: enabled: true - rename_title: true labeling: auto_apply_labels: true labeling_instructions: