Skip to content

Commit

Permalink
fix: error in case of permissions accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 17, 2020
1 parent 701f5a0 commit 1e24067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/reset-repositories.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function toEvent({ context, plan, owner, repo, pullRequest }) {
action: "opened",
pull_request: pullRequest,
repository: pullRequest.base.repo,
installation: context.installation,
installation: context.payload.installation,
},
};
}

0 comments on commit 1e24067

Please sign in to comment.