リポジトリの Pull Request に指定されている Reviewer を Slack に通知する。
# Execute with command line args
notifier.pl --github_repos=waniji/requested-reviewers-notifier,waniji/dotfiles --github_token=xxxxxx --slack_token=xxxxxx --slack_channel=#sample-channel
# Execute with config file
notifier.pl --config=config.js
{
"github_repos": [
"waniji/requested-reviewers-notifier",
"waniji/dotfiles"
],
"github_token": "xxxxxx",
"slack_token": "xxxxxx",
"slack_channel": "#sample-channel"
}