Skip to content

Commit

Permalink
Upgrade probot
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml authored and uber-workflow-bot[bot] committed May 13, 2019
1 parent 595c848 commit f697c6e
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 97 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.yarnpkg.com
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = robot => {

async function setStatus(context, {state, description}) {
const {github} = context;
return github.repos.createStatus(
return github.repos.createForAuthenticatedUserStatus(
context.issue({
state,
description,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fix": "eslint . --fix"
},
"dependencies": {
"probot": "7.5.0"
"probot": "^9.2.10"
},
"devDependencies": {
"eslint": "5.14.1",
Expand Down
Loading

0 comments on commit f697c6e

Please sign in to comment.