bmwant / pr-review-notifier

Send notifications to your messenger about PRs that are waiting for review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PR review notifier

octobot

Elevate github webhooks and integrations with popular messengers to notify developers about PRs waiting for the review.

Testing

Create config_local.py with settings overrides, install dependencies and run app via

$ poetry install
$ poetry run python -m app

You can simulate requests from github like this

  • PR was labeled
$ curl -v -H "Content-Type: application/json" \
    --data @test/payload_labeled.json http://localhost:8080/payload
  • PR was approved
$ curl -v -H "Content-Type: application/json" \
    --data @test/payload_submitted.json http://localhost:8080/payload

Deploy

About

Send notifications to your messenger about PRs that are waiting for review


Languages

Language:Python 99.5%Language:Makefile 0.5%