pdehaan / octokit-webhooks

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

This bot does nothing #5

Open pdehaan opened 4 years ago

pdehaan commented 4 years ago

Currently it just logs the information to the Node console for debugging. Ideally we'd pipe through Slack-bot to notify us of "issues.opened" or "issues.reopened" events, but not sure if this complicates the minimal proof of concept.

pdehaan commented 4 years ago

Actually, I'll argue counterpoint that this repo is a minimum viable proof of concept as-is (for a specific Node module) and shouldn't do anything more than the nothing it does now.

If we want to ultimately build a GitHub-Issues-Slack-bot, lets create that ridiculous repo name and copy-pasta this repo with bits from https://github.com/pdehaan/rpapabot-slack repo.