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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,6 @@ This information, usually added to pull requests within minutes, can help your t
16
16
The following sections present an overview of this feature. For a hands-on example that lets you experience a CodeRabbit code review using
17
17
a real repository, see[Quickstart](/getting-started/quickstart).
18
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
-
28
19
##Automatically review pull requests {#review}
29
20
30
21
After you[integrate CodeRabbit with your repository](/platforms), CodeRabbit proceeds
@@ -53,6 +44,15 @@ perform a code review:
53
44
- If an open pull request that CodeRabbit has already reviewed gets modified with another
54
45
commit, then CodeRabbit performs an incremental review that focuses on the new commit.
55
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
+
56
56
##Interact with CodeRabbit reviews {#interact}
57
57
58
58
After CodeRabbit attaches its initial code-review comment to a pull request, you can