This commit is contained in:
Ashwin Bhat
2025-06-02 09:51:09 -07:00
parent 547eb3464c
commit 787ba87628
3 changed files with 90 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ export async function updateTrackingComment(
try {
const isPRReviewComment = isPullRequestReviewCommentEvent(context);
await updateClaudeComment(octokit, {
await updateClaudeComment(octokit.rest, {
owner,
repo,
commentId,