Skip to content

bmwant/pr-review-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published