Commit 3bd2aeb5 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Mike Jang

Clarify bot usernames

parent 698cf2cc
......@@ -43,7 +43,8 @@ For each project access token created, a bot user will also be created and added
For the bot:
- The name is set to the name of the token.
- The username is set to `project_{project_id}_bot`, such as `project_123_bot`.
- The username is set to `project_{project_id}_bot` for the first access token, such as `project_123_bot`.
- The username is set to `project_{project_id}_bot{bot_count}` for further access tokens, such as `project_123_bot1`.
API calls made with a project access token are associated with the corresponding bot user.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment