algolia / shipjs

Take control of what is going to be your next release.
https://community.algolia.com/shipjs/
MIT License
765 stars 30 forks source link

fix: remove deprecated method from octokit's rest API #957

Closed vinayakkulkarni closed 3 years ago

vinayakkulkarni commented 3 years ago
eunjae-lee commented 3 years ago

I just checked and it seems the method requestReviewers is added at @octokit/rest@18 while we use 17 at the moment. I'll close this PR for the moment, but feel free to open again if you want to continue.

It will include the work of upgrading @octokit/rest to v18 and check what's breaking/changed.