From a46370bc496520d1ca27870ee4024edb81180364 Mon Sep 17 00:00:00 2001 From: Paul Tran-Van Date: Fri, 16 Jan 2026 09:59:22 +0100 Subject: [PATCH] chore: Auto labels from coderabbitai To avoid forgetting labels on PR, that is useful for automatic changelog from github --- .coderabbit.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 09028bc4d..5853fbbfa 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -2,4 +2,6 @@ reviews: auto_review: base_branches: - .* - abort_on_close: false \ No newline at end of file + abort_on_close: false + suggested_labels: true + auto_apply_labels: true