From 2e12c206bbdc5513d68b7861f5c82a9444872932 Mon Sep 17 00:00:00 2001 From: Rob Porter Date: Mon, 22 Mar 2021 16:08:06 -0400 Subject: [PATCH] Add logging --- dist/index.js | 2 ++ index.js | 2 ++ 2 files changed, 4 insertions(+) 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,