From a99648b25ce973f2ec2a9af6ac4da5227096b6bc Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Wed, 29 Mar 2023 01:58:31 -0400 Subject: [PATCH] Adding review comment --- scripts/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.js b/scripts/utils.js index b952f325..407b25c4 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -125,7 +125,7 @@ module.exports.communicateValidationOutcome = async function ( const pullRequestNumber = context.payload.pull_request.number; const octokit = new github.getOctokit(GITHUB_TOKEN); - await octokit.rest.pulls.createComment({ + await octokit.rest.pulls.createReviewComment({ ...context.repo, pullRequestNumber, body: comment,