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 1e837f8 commit 6f07b82Copy full SHA for 6f07b82
scripts/ci/codegen/upsertGenerationComment.ts
@@ -7,7 +7,7 @@ import { OWNER, REPO } from '../../release/common';
7
import commentText from './text';
8
9
// this should be changed to the bot name once we have the logs
10
-const BOT_NAME = 'shortcuts';
+const BOT_NAME = 'algolia-api-clients-bot';
11
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
12
const octokit = new Octokit({
13
auth: `token ${process.env.GITHUB_TOKEN}`,
0 commit comments