probot / no-response

a GitHub App that closes issues where the author hasn't responded to a request for more information
ISC License
107 stars 22 forks source link

Modernize config and dependencies for easier local dev #23

Closed jasonrudolph closed 6 years ago

jasonrudolph commented 6 years ago

This pull request updates the app's dependencies and configuration to more closely match what you get when creating a new probot app when following the latest docs for creating a new probot app using probot/create-probot-app.

These changes enable you to use npm run dev to run the app locally, which allows your local instance to receive and respond to events from a live github.com repository. This is super helpful for local dev, experimentation, and debugging. :sparkles:

lee-dohm commented 6 years ago

Looks great! Thanks very much for this :bow: