Attempt to make this work

This commit is contained in:
Mark Wylde
2025-05-30 22:11:20 +01:00
parent 87c1a97c6e
commit 11685fc8c1
12 changed files with 34 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ export async function createInitialComment(
let response;
console.log(`Creating comment for ${context.isPR ? 'PR' : 'issue'} #${context.entityNumber}`);
console.log(`Repository: ${owner}/${repo}`);
// Only use createReplyForReviewComment if it's a PR review comment AND we have a comment_id
if (isPullRequestReviewCommentEvent(context)) {