Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Mar 22, 2021
1 parent fa052a7 commit 2e12c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e12c20

Please sign in to comment.