Skip to content

Notify your Slack channel about old Pull Requests that need review as soon as possible

Notifications You must be signed in to change notification settings

dyancarlos/old_pr_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Old PR Notifier

Notify your Slack channel about old Pull Requests that need review as soon as possible. Don't get stuck waiting for someone review your pull request after days.

old pull request notifier screenshot

OBS: Still working in progress

Setup

Add needed ENV vars:

GitHub pull requests API url:

GH_URL="https://api.github.com/repos/USER/REPO_NAME/pulls"

GitHub API Token:

GH_TOKEN=""

Slack API hook url:

SLACK_HOOK=""

Install Dependencies

$ mix deps.get

Run

For now just run on console:

$ iex -S mix

iex(1)> Notifier.notify

Tests

mix test

About

Notify your Slack channel about old Pull Requests that need review as soon as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages