-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update delete organization page with Azure DevOps info #102
Conversation
WalkthroughThe documentation for deleting a CodeRabbit account has been updated to include a detailed guide on the process, highlighting the irreversible nature of account deletion and the data loss involved. A new section specifically addresses the steps for uninstalling CodeRabbit from Azure DevOps, while existing sections for GitHub and GitLab have been modified for clarity. A warning has been added to emphasize the importance of following the outlined steps to ensure complete off-boarding from CodeRabbit. Changes
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying coderabbit-docs with
|
Latest commit: |
24c2734
|
Status: | ✅ Deploy successful! |
Preview URL: | https://f1ea4e34.coderabbit-docs.pages.dev |
Branch Preview URL: | https://update-delete-org-docs-with.coderabbit-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
docs/guides/delete-account.md (2)
100-109
: LGTM! Consider these minor improvements for clarity and consistency.The new Azure DevOps section is well-structured and provides clear instructions for uninstalling CodeRabbit. However, consider the following suggestions to enhance the documentation:
Update the numbering of steps to be more specific, e.g.:
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: a. Navigate to <strong>Project Settings</strong> > <strong>Permissions</strong>. b. Find and remove the CodeRabbit user. 6. Delete the <strong>Personal Access Token</strong>: a. Go to your Azure DevOps profile settings. b. Select <strong>Personal Access Tokens</strong>. c. Find the token associated with CodeRabbit and revoke it.Add a brief explanation of what a Personal Access Token is and why it needs to be deleted.
Line range hint
111-119
: Update the warning message to include Azure DevOps.For consistency and completeness, please update the warning message to include Azure DevOps. Here's a suggested revision:
:::warning The steps are necessary to completely off-board CodeRabbit from your GitHub/GitLab/Azure DevOps account. Failure to do so will result in CodeRabbit still having permissions to your GitHub/GitLab/Azure DevOps account, although no data will be processed. Signing back in without completing the above steps will re-introduce a minimal set of data being stored as a part of the sign in process. :::This change ensures that users of all supported platforms are aware of the importance of following the uninstallation steps.
Summary by CodeRabbit