From 20d7e7e1ca8b4dffcb99b694096e684c6bc38f12 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:45:46 +0000 Subject: [PATCH 1/2] Initial plan From 1fc6447207578bc58c55344fbcb796d431eb34ed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:46:52 +0000 Subject: [PATCH 2/2] Add .coderabbit.yaml to enable CodeRabbit code reviews Co-authored-by: dariemcarlosdev <31046315+dariemcarlosdev@users.noreply.github.com> --- .coderabbit.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..0e1e79b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,20 @@ +# CodeRabbit Configuration +# https://docs.coderabbit.ai/guides/configure-coderabbit + +language: "en-US" + +reviews: + # Enable automatic review requests on every push and pull request + request_changes_workflow: false + high_level_summary: true + poem: false + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false + base_branches: + - master + +chat: + auto_reply: true