Skip to content

Commit

Permalink
Actually do the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Feb 28, 2020
1 parent dc9e63a commit a21f533
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a21f533

Please sign in to comment.