Skip to content

Send Slack alerts to remind your team when reviews are overdue on pull requests

License

Notifications You must be signed in to change notification settings

RobbieClarken/prcop

Repository files navigation

prcop

Build Status License: MIT Code style: black

Send Slack alerts to remind your team when reviews are overdue on pull requests.

Currently supports self-hosted Bitbucket servers.

Installation

python3.7 -m pip install prcop

Usage

prcop run \
  --bitbucket-url https://bitbucket.example.com/ \
  --slack-webhook https://hooks.slack.com/services/<id> \
  --slack-channel development \
  project1/repo1 project1/repo2 project2/repo3

About

Send Slack alerts to remind your team when reviews are overdue on pull requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published