@@ -4,6 +4,8 @@ description: An overview of CodeRabbit's core code review features.
4
4
sidebar_label :Overview
5
5
---
6
6
7
+ import ProPlanNotice from '@site/src /components/ProPlanNotice.mdx'
8
+
7
9
The central feature of CodeRabbit is its ability to proactively review
8
10
new pull requests on your code repository.
9
11
@@ -14,6 +16,15 @@ This information, usually added to pull requests within minutes, can help your t
14
16
The following sections present an overview of this feature. For a hands-on example that lets you experience a CodeRabbit code review using
15
17
a real repository, see[ Quickstart] ( /getting-started/quickstart ) .
16
18
19
+ ##Review eligibility {#eligibility}
20
+
21
+ CodeRabbit will review your pull request if one of the following is true:
22
+
23
+ - ** Public repositories:** CodeRabbit reviews every PR by default.
24
+ - ** Private repositories:** CodeRabbit reviews PRs only when your organization has a Pro plan** and** you have an assigned seat.
25
+
26
+ <ProPlanNotice />
27
+
17
28
##Automatically review pull requests {#review}
18
29
19
30
After you[ integrate CodeRabbit with your repository] ( /platforms ) , CodeRabbit proceeds