Skip to content

Commit

Permalink
feat: Probot v11 (beta 3) (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 13, 2020
1 parent 3f1b85a commit 26cd77e
Show file tree
Hide file tree
Showing 5 changed files with 1,419 additions and 3,359 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/milestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = class Milestones extends Diffable {
}

find () {
const options = this.github.issues.listMilestonesForRepo.endpoint.merge(Object.assign({ per_page: 100, state: 'all' }, this.repo))
const options = this.github.issues.listMilestones.endpoint.merge(Object.assign({ per_page: 100, state: 'all' }, this.repo))
return this.github.paginate(options)
}

Expand Down

0 comments on commit 26cd77e

Please sign in to comment.