Skip to content

waniji/requested-reviewers-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requested reviewers notifier

Description

リポジトリの Pull Request に指定されている Reviewer を Slack に通知する。

Screenshot

Screenshot

Usage

# 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

Config

{
    "github_repos": [
        "waniji/requested-reviewers-notifier",
        "waniji/dotfiles"
    ],
    "github_token": "xxxxxx",
    "slack_token": "xxxxxx",
    "slack_channel": "#sample-channel"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors