We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e76d8b commit 3ffb68fCopy full SHA for 3ffb68f
scripts/ci/codegen/upsertGenerationComment.ts
@@ -6,7 +6,7 @@ import { OWNER, REPO } from '../../release/common';
6
7
import commentText from './text';
8
9
-const BOT_NAME = 'algolia-api-client-bot';
+const BOT_NAME = 'algolia-bot';
10
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
11
const octokit = new Octokit({
12
auth: `token ${process.env.GITHUB_TOKEN}`,
0 commit comments