Skip to content

tancor/pr-reviewers-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-reviewers-ping

A dart util to mention GitHub pull request reviewers and authors of pull requests with failed checks in slack.

Usage

  1. Install Dart or Flutter on your computer.
  2. Clone the repo.
  3. Create pr_reviewers_ping_config.json at the repo root directory with the following fields:
{
  "repoOwner" : "github repo owner name",
  "projectName" : "github project name",
  "slackWebhookUrl" : "slack webhook url to be used https://hooks.slack.com/services/...",
  "githubToSlackUsersMap" : {"github-nickname-1":"slack member Id 1", "github-nickname-2":"slack member Id 2"}
}
  1. Run dart bin/pr_reviewers_ping.dart --token <github_token> [--skip_no_prs_message] from the root directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages