Skip to content

Commit

Permalink
fix: adapt for latest probot
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 13, 2020
1 parent fb8a9a5 commit f8768bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const handlePullRequestChange = require("./lib/handle-pull-request-change");
const handleMarketplacePurchase = require("./lib/handle-marketplace-purchase");
const handleInstallation = require("./lib/handle-installation");

function wip(app) {
function wip({ app }) {
// listen to all relevant pull request event actions
app.on(
[
Expand Down

0 comments on commit f8768bb

Please sign in to comment.