blob: 03761a7730a8c42995ac97f9fb91fdfb24f4f871 [file] [log] [blame] [view]
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/build/cmd/gopherbot.svg)](https://pkg.go.dev/golang.org/x/build/cmd/gopherbot)
# golang.org/x/build/cmd/gopherbot
The gopherbot command runs Go's gopherbot role account on GitHub and Gerrit.
## Development
To test changes locally, run:
```sh
$ go run . -dry-run
```
To connect gopherbot to development instances of, e.g. devapp, modify the
source code to point at those instances.
## Development with Docker
```
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
```
## Deployment
See the documentation on [deployment](../../doc/deployment.md).