Disabling comments for testing

This commit is contained in:
Blake Campbell 2023-04-11 23:03:50 -04:00
parent cd6168908a
commit b96d3ddaa3

View file

@ -136,10 +136,10 @@ module.exports.communicateValidationOutcome = async function (
const octokit = new github.getOctokit(GITHUB_TOKEN); // const octokit = new github.getOctokit(GITHUB_TOKEN);
await octokit.rest.pulls.createReviewComment({ // await octokit.rest.pulls.createReviewComment({
...context.repo, // ...context.repo,
pullRequestNumber, // pullRequestNumber,
body: comment, // body: comment,
}); // });
}; };