diff --git a/dist/index.js b/dist/index.js index d0b6a26..0a9fd7c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -84614,6 +84614,8 @@ module.exports = robot => { robot.log(`isUnchecked: ${isUnChecked}`); + robot.log(`logging body: ${body}`); + context.octokit.repos.createStatus( context.repo({ sha: context.payload.pull_request.head.sha, diff --git a/index.js b/index.js index 632e716..6faa263 100644 --- a/index.js +++ b/index.js @@ -19,6 +19,8 @@ module.exports = robot => { robot.log(`isUnchecked: ${isUnChecked}`); + robot.log(`logging body: ${body}`); + context.octokit.repos.createStatus( context.repo({ sha: context.payload.pull_request.head.sha,