You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/gitlab-com.md
+27-27
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ This guide will assist you in effectively integrating CodeRabbit with SaaS GitLa
17
17
18
18
To enable CodeRabbit to interact with your GitLab repositories, an access token is required. This token grants the necessary permissions for interacting with the Merge Requests and Discussions APIs.
19
19
20
-
1.Personal Access Token (PAT): You can create a new GitLab account specifically for CodeRabbit, name it “CodeRabbit” and treat it as a service account. Then generate a PAT from it where PAT will enable seamless integration between CodeRabbit and your GitLab repositories.
21
-
2.Group Access Token: If your organization uses GitLab Premium or Ultimate, you can generate a Group Access Token. This option automatically creates a bot user associated with the group for managing access and posting reviews.
20
+
1.Personal Access Token (PAT): You can create a new GitLab account specifically for CodeRabbit, name it “CodeRabbit” and treat it as a service account. Then generate a PAT from it where PAT will enable seamless integration between CodeRabbit and your GitLab repositories.
21
+
2.Group Access Token: If your organization uses GitLab Premium or Ultimate, you can generate a Group Access Token. This option automatically creates a bot user associated with the group for managing access and posting reviews.
22
22
23
23
### Personal Access Token
24
24
25
25
We recommend creating a new user as a service account, associating this user to the group you'd like to install CodeRabbit on, and providing CodeRabbit with the personal access token to allow access. During the installation process, CodeRabbit will automatically configure the required webhook for seamless integration.
26
26
27
27
<divclass="center-image">
28
-
<img
29
-
src="/img/integrations/gitlab_user_choice.png"
30
-
alt="GitLab user modal choice"
31
-
width="1000"
32
-
/>
28
+
<img
29
+
src="/img/integrations/gitlab_user_choice.png"
30
+
alt="GitLab user modal choice"
31
+
width="1000"
32
+
/>
33
33
</div>
34
34
35
35
:::note
@@ -39,12 +39,12 @@ If you wish to change the review user, you must provide the access token for the
0 commit comments