Update code to work with @octokit/rest v21.1.1

This commit is contained in:
Naoki Oketani
2025-05-01 12:45:11 +00:00
parent e94b48fef5
commit 8319691add
3 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ export async function createComment(
prNumber: number,
body: string
): Promise<void> {
octokit.rest.issues.createComment({
octokit.issues.createComment({
owner,
repo,
issue_number: prNumber,