From ef042e2d2a08f8d69b38147b14bcb0c65301cd03 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 14 May 2024 16:50:26 +0800 Subject: [PATCH] fixup org name Signed-off-by: tison --- cyborg/bin/follow-up-docs-issue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyborg/bin/follow-up-docs-issue.ts b/cyborg/bin/follow-up-docs-issue.ts index 0b2e192579d5..e08bfee0834a 100644 --- a/cyborg/bin/follow-up-docs-issue.ts +++ b/cyborg/bin/follow-up-docs-issue.ts @@ -56,7 +56,7 @@ async function main() { owner, repo, issue_number: number, labels: [labelDocsRequired], }) await docsClient.rest.issues.create({ - owner: 'GreptimeDB', + owner: 'GreptimeTeam', repo: 'docs', title: `Update docs for ${title}`, body: `A document change request is generated from ${html_url}`,