Skip to content

Update delete organization page with Azure DevOps info #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024
Merged
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
10 changes: 10 additions & 0 deletions docs/guides/delete-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ look at the next section for additional steps required by the user.
3. Select <strong>Remove Member</strong> and confirm to remove the CodeRabbit
from your project

### Azure DevOps

#### Uninstalling CodeRabbit from your Azure DevOps project

1. Navigate to your <strong>Project Settings</strong> in the Azure DevOps UI where CodeRabbit is installed.
2. Under <strong>Project Settings</strong>, go to <strong>Service Hooks</strong>.
3. Select the webhooks that are added by CodeRabbit.
4. Click the <strong>Delete</strong> icon at the top of the page.
5. Remove the CodeRabbit user or delete the <strong>Personal Access Token</strong> associated with the user used for reviews.

:::warning

The steps are necessary to completely off-board CodeRabbit from your
Expand Down