Skip to content

Commit 6f07b82

Browse files
committed
chore: bot name update
1 parent 1e837f8 commit 6f07b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/upsertGenerationComment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { OWNER, REPO } from '../../release/common';
77
import commentText from './text';
88

99
// this should be changed to the bot name once we have the logs
10-
const BOT_NAME = 'shortcuts';
10+
const BOT_NAME = 'algolia-api-clients-bot';
1111
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
1212
const octokit = new Octokit({
1313
auth: `token ${process.env.GITHUB_TOKEN}`,

0 commit comments

Comments
 (0)