Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

docs: clarify PR review eligibility (#378) #395

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/guides/code-review-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: An overview of CodeRabbit's core code review features.
sidebar_label: Overview
---

import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'

The central feature of CodeRabbit is its ability to proactively review
new pull requests on your code repository.

Expand All @@ -14,6 +16,15 @@ This information, usually added to pull requests within minutes, can help your t
The following sections present an overview of this feature. For a hands-on example that lets you experience a CodeRabbit code review using
a real repository, see [Quickstart](/getting-started/quickstart).

## Review eligibility {#eligibility}

CodeRabbit will review your pull request if one of the following is true:

- **Public repositories:** CodeRabbit reviews every PR by default.
- **Private repositories:** CodeRabbit reviews PRs only when your organization has a Pro plan **and** you have an assigned seat.

<ProPlanNotice />

## Automatically review pull requests {#review}

After you [integrate CodeRabbit with your repository](/platforms), CodeRabbit proceeds
Expand Down