Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit530bacb

Browse files
authored
Add useful information about Group Access tokens (GitLab & Gitlab-Self-Hosted) (coderabbitai#480)
1 parent4842c64 commit530bacb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎docs/platforms/gitlab-com.mdx‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,13 @@ By default, GitLab restricts this option to users on the Premium or Ultimate tie
107107
5. Ensure the following scopes are selected:`api`.
108108
6. Ensure Developer Access is provided.
109109

110-
---
110+
:::tip
111+
112+
Group Access Tokens create bot users with generic GitLab-generated usernames (like`group_63_bot_5753...`). If you prefer a more descriptive username for your CodeRabbit bot, you can customize it using the[GitLab API](https://docs.gitlab.com/api/users/#modify-a-user).
113+
114+
You can find the bot's user ID through the CodeRabbit UI if connected, or by visiting the bot user's profile from your Group Members page in GitLab.
115+
116+
:::
111117

112118
###Where to Provide CodeRabbit the Access Token
113119

‎docs/platforms/self-hosted-gitlab.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ After the user is created, you can retrieve the **User ID** from that user's
7171
profile and generate an[**access token**](#generating-personal-access-token).
7272
The access token is used to post reviews on merge requests.
7373

74+
:::note
75+
76+
If you prefer, you can create a Group Access Token which will create a dedicated user on your behalf. For more information, see[Group Access Token](/docs/platforms/gitlab-com.mdx#group-access-token)
77+
78+
:::
79+
7480
We recommend using the CodeRabbit[logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition.
7581

7682
####**Creating OAuth2 application**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp