Skip to content

Commit 3ffb68f

Browse files
committed
use new name
1 parent 3e76d8b commit 3ffb68f

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
@@ -6,7 +6,7 @@ import { OWNER, REPO } from '../../release/common';
66

77
import commentText from './text';
88

9-
const BOT_NAME = 'algolia-api-client-bot';
9+
const BOT_NAME = 'algolia-bot';
1010
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
1111
const octokit = new Octokit({
1212
auth: `token ${process.env.GITHUB_TOKEN}`,

0 commit comments

Comments
 (0)