From b04850f5be8f8340aa61c6ee8df09fee75ee6c65 Mon Sep 17 00:00:00 2001 From: Julien Lecomte Date: Sun, 27 Oct 2024 10:15:51 +0100 Subject: [PATCH] Update gitlab-com.md Give the precise user name for the code rabbit ai, to officially confirm it's name. --- docs/platforms/gitlab-com.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/gitlab-com.md b/docs/platforms/gitlab-com.md index f838ee12..45886ad7 100644 --- a/docs/platforms/gitlab-com.md +++ b/docs/platforms/gitlab-com.md @@ -11,7 +11,7 @@ This guide will assist you in effectively integrating CodeRabbit with SaaS GitLa For the CodeRabbit app to post reviews on merge requests, it needs to interact with the GitLab API, which requires a Personal Access Token. This token can be generated either by using our default CodeRabbit user or by creating a Personal Access Token from one of your existing users. -The CodeRabbit default user is already set up in GitLab SaaS and will be added to your project when you install the CodeRabbit app. During installation, the necessary webhook for the project will also be created. +The CodeRabbit default user, named "coderabbitai", is already set up in GitLab SaaS and will be added to your project when you install the CodeRabbit app. During installation, the necessary webhook for the project will also be created. 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).