mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
adding logging
This commit is contained in:
parent
a99648b25c
commit
96772328a8
1 changed files with 3 additions and 0 deletions
|
|
@ -123,6 +123,9 @@ module.exports.communicateValidationOutcome = async function (
|
||||||
}
|
}
|
||||||
|
|
||||||
const pullRequestNumber = context.payload.pull_request.number;
|
const pullRequestNumber = context.payload.pull_request.number;
|
||||||
|
console.log('pullRequestNumber', pullRequestNumber);
|
||||||
|
console.log('pullRequestNumber', context.payload.pull_request);
|
||||||
|
|
||||||
|
|
||||||
const octokit = new github.getOctokit(GITHUB_TOKEN);
|
const octokit = new github.getOctokit(GITHUB_TOKEN);
|
||||||
await octokit.rest.pulls.createReviewComment({
|
await octokit.rest.pulls.createReviewComment({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue