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 8788718 commit 3e76d8bCopy full SHA for 3e76d8b
scripts/ci/codegen/upsertGenerationComment.ts
@@ -6,7 +6,6 @@ import { OWNER, REPO } from '../../release/common';
6
7
import commentText from './text';
8
9
-// this should be changed to the bot name once we have the logs
10
const BOT_NAME = 'algolia-api-client-bot';
11
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
12
const octokit = new Octokit({
0 commit comments