probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

Update to Probot 6.0 #43

Closed kentaro-m closed 6 years ago

kentaro-m commented 6 years ago
$ yarn create probot-app my-app
...
Installing Node dependencies!
npm WARN deprecated github@12.1.0: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)

Updated to probot 6.0 to fix a warning.

https://github.com/probot/probot/releases/tag/v6.0.0

bkeepers commented 6 years ago

Thanks!