From 4e942ce531c444ad3f2d83a42636257d54cab244 Mon Sep 17 00:00:00 2001 From: Aarav Shukla Date: Tue, 29 Apr 2025 18:45:11 +0530 Subject: [PATCH] Add CodeRabbit config to disable review_status and extend timeout --- .coderabbit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000000..253f3d279c0 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,9 @@ +version: 1 + +# Disable automatic 'review_status' comments on pull requests +review_status: false + +# Increase GitHub check timeout to avoid premature reviews +github: + checks: + timeout: 180