diff --git a/scripts/utils.js b/scripts/utils.js index 7560f932..8435a1a1 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -136,10 +136,10 @@ module.exports.communicateValidationOutcome = async function ( - const octokit = new github.getOctokit(GITHUB_TOKEN); - await octokit.rest.pulls.createReviewComment({ - ...context.repo, - pullRequestNumber, - body: comment, - }); + // const octokit = new github.getOctokit(GITHUB_TOKEN); + // await octokit.rest.pulls.createReviewComment({ + // ...context.repo, + // pullRequestNumber, + // body: comment, + // }); };