UNPKG

snowball-slackbot

Version:

Send reminder messages to Slack users about GitHub PRs that require review, changes, or are approved.

6 lines (4 loc) 106 B
#!/usr/bin/env node const snowball = require('../lib/index.js'); snowball.startBot(); snowball.botMsg();