diff --git a/index.js b/index.js index 0b4e2a0..2cfc4af 100644 --- a/index.js +++ b/index.js @@ -21,6 +21,10 @@ module.exports = robot => { .html_url}): ${status}` ); + robot.log(`Body: ${body}`); + + robot.log(`isUnchecked: ${isUnChecked}`); + context.github.repos.createStatus( context.repo({ sha: context.payload.pull_request.head.sha,