pdehaan / octokit-webhooks

Testing @octokit/webhooks for bot excellence.
0 stars 1 forks source link

Decide which events we want to listen to in our webhook/bot #6

Open pdehaan opened 4 years ago

pdehaan commented 4 years ago

Currently we're only listening for "opened" or "reopened" since I figured those are probably most interesting. We can add assigned or labelled or closed or as many as we think would be useful once we come up with a solid plan for what we want our specific end-to-end experience to be).

https://github.com/pdehaan/octokit-webhooks/blob/57ebe36664b20089b63a8c5b0c149c96e32f2e0f/gh-bot.js#L11