mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Disabling comments for testing
This commit is contained in:
parent
cd6168908a
commit
b96d3ddaa3
1 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||||
});
|
// });
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue