Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

severgroup-tt/pr-reviewers-ping-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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",
  "githubPat" : "github personal access token to be used for authentification",
  "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 [--skip_no_prs_message] from the root directory.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 100.0%