Skip to content

Commit

Permalink
chore(action): fixed issue with var
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Jun 1, 2024
1 parent 9e7b01e commit ad28ce7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ async function main() {
description
});

if (neededComments && neededComments.length > 0) {
await createReviewComment(repository.owner.login, repository.name, number, neededComments);
}
// if (neededComments && neededComments.length > 0) {
// await createReviewComment(repository.owner.login, repository.name, number, neededComments);
// }

console.log('neededComments', neededComments);

// Validate Some Code Yo!

Expand Down

0 comments on commit ad28ce7

Please sign in to comment.