The gopherbot command runs Go's gopherbot role account on GitHub and Gerrit.
To test changes locally, run:
$ go run . -dry-run
To connect gopherbot to development instances of, e.g. devapp, modify the source code to point at those instances.
make docker-image docker volume create golang-maintner docker run -v golang-maintner:/.cache/golang-maintner \ -it --rm gcr.io/go-dashboard-dev/gopherbot --dry-run
See the documentation on deployment.