From a21f533c27d79ef1552a6c10619bb068a461ba98 Mon Sep 17 00:00:00 2001 From: Rob Porter Date: Fri, 28 Feb 2020 14:47:42 -0500 Subject: [PATCH] Actually do the build --- dist/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 6ef471e..4d0a1c1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45454,11 +45454,15 @@ 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, state: status, - target_url: "https://github.com/settings/apps/task-list-zero", + // target_url: "https://github.com/settings/apps/task-list-zero", description: status ? "task list not completed yet" : "ready for the next steps",