You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/code-review-overview.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -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
@@ -42,6 +44,15 @@ perform a code review:
42
44
- If an open pull request that CodeRabbit has already reviewed gets modified with another
43
45
commit, then CodeRabbit performs an incremental review that focuses on the new commit.
44
46
47
+
### Which pull requests get automatically reviewed {#eligibility}
48
+
49
+
CodeRabbit automatically reviews a pull request when **either** of the following statements is true:
50
+
51
+
- The pull request is in a public repository. CodeRabbit reviews pull requests against the main branch of your public repositories by default. This feature is available to every subscription tier, including the free plan.
52
+
- The pull request is in a private repository and your organization is on the Pro plan with a seat assigned to you. Only under this condition does CodeRabbit review private-repository pull requests.
53
+
54
+
<ProPlanNotice />
55
+
45
56
## Interact with CodeRabbit reviews {#interact}
46
57
47
58
After CodeRabbit attaches its initial code-review comment to a pull request, you can
0 commit comments