Closed cdaringe closed 2 years ago
Thanks for catching this. Do you want to open a pull request to upgrade probot and octokit?
This issue is old and inactive so I'm going to close it. If anyone is still affected by this, let me know and I'll re-open it.
problem
pullRequests.getCommits({ ..., number ])
needs to move topulls.listCommits({ ..., pull_number })
repo.getContent
needs to move torepo.getContents
for latest probot/octorest compat