From bbb568ce1ac607d914b4fd40fbf7d69e4c8be1fc Mon Sep 17 00:00:00 2001 From: petrisorcoderabbit Date: Wed, 19 Jun 2024 17:22:36 +0300 Subject: [PATCH] Update GitLab page content on the how to section with a note --- docs/integrations/saas-gitlab.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/integrations/saas-gitlab.md b/docs/integrations/saas-gitlab.md index cbaac45b..06a87df5 100644 --- a/docs/integrations/saas-gitlab.md +++ b/docs/integrations/saas-gitlab.md @@ -13,6 +13,13 @@ The CodeRabbit default user is already set up in GitLab SaaS and will be added t If your organization prefers to use an organization user, you can create a new user in GitLab and generate a Personal Access Token for that user, following [our recommendations](#recommendations). +:::note + +Keep in mind that if you want to change the review user, you can either disable the organization user or add a new user via the CodeRabbit UI. However, this will require manually removing the previous user from the projects and associated webhooks. +Afterward, you will need to reinstall the CodeRabbit app for each project. + +::: + ## GitLab Access Tokens To interact with the GitLab API, a **Personal Access Token** is required. This token can either be generated by using our default CodeRabbit user or by creating a **Personal Access Token** from one of your existing users.