kelvintaywl/goreview

By kelvintaywl

Updated about 7 years ago

A webhook server to auto-assign (pseudo-randomly) teammates to review a new Github pull request.

Image
0

60

https://github.com/kelvintaywl/goreview

Run

docker pull kelvintaywl/goreview:latest
docker run -p 127.0.0.1:9999:9999 -e GITHUB_ACCESS_TOKEN="secr3t!" kelvintaywl/goreview:latest

Docker Pull Command

docker pull kelvintaywl/goreview