Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Feb 28, 2020
1 parent e8e5117 commit bdaa2c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bdaa2c5

Please sign in to comment.