From b96d3ddaa3edb56105177413ac89c36c0e5d97b1 Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Tue, 11 Apr 2023 23:03:50 -0400 Subject: [PATCH] Disabling comments for testing --- scripts/utils.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, + // }); };