Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.3 KB

File metadata and controls

42 lines (32 loc) · 1.3 KB
title Add organizations
description Learn how to add new organizations to CodeRabbit

import InfoBox from "../../src/components/InfoBox" import ListItems from "../../src/components/ListItems" import Note from "../../src/components/Note"

To add new organizations to CodeRabbit, follow these steps:

<ListItems orderedList items={[ <>Navigate to coderabbit.ai</>, <>Click the "Refresh" button next to your organizations list to check for new organizations</>, <>Find the organization you want to add in the list</>, <>Click the "Grant" button next to the organization name</> ]} />

Checking for new organizations

Granting permission to organization

This will grant CodeRabbit access to the selected organization, allowing it to:

<ListItems items={[ "Read organization and team membership", "Read organization projects", "Access user email addresses (read-only)" ]} />

Organizations control which applications are allowed to access their private data. You may need organization admin approval to complete this process.

What's next {#whats-next}