Skip to content

Commit

Permalink
Adjust github -> octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Mar 22, 2021
1 parent 500f155 commit fa052a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84614,7 +84614,7 @@ module.exports = robot => {

robot.log(`isUnchecked: ${isUnChecked}`);

context.github.repos.createStatus(
context.octokit.repos.createStatus(
context.repo({
sha: context.payload.pull_request.head.sha,
state: status,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = robot => {

robot.log(`isUnchecked: ${isUnChecked}`);

context.github.repos.createStatus(
context.octokit.repos.createStatus(
context.repo({
sha: context.payload.pull_request.head.sha,
state: status,
Expand Down

0 comments on commit fa052a7

Please sign in to comment.