From df557015e744e3b189f87c811d4a49528da91a20 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Tue, 21 Jul 2026 16:39:10 +0200 Subject: [PATCH] ci: stop CodeRabbit marking PRs failed on review rate limit Add .coderabbit.yaml with reviews.fail_commit_status disabled so a rate-limited review no longer sets a failing commit status, while keeping the passing status for completed reviews. --- .coderabbit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..e1afdaf98 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,4 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +reviews: + commit_status: true + fail_commit_status: false