build/cmd/gopherbot
Rebecca Stambler 070eb7bb41 cmd/gopherbot: label gopls issues automatically
This change configures gopherbot to automatically label issues with
"gopls" or "lsp" in the title as "gopls".

Change-Id: I1b6639558551a29f22375732592cb13819748115
Reviewed-on: https://go-review.googlesource.com/c/build/+/172097
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-16 17:01:35 +00:00
..
Dockerfile cmd/gopherbot: add new dependencies to Dockerfile 2018-11-08 01:19:14 +00:00
Makefile
README.md
deployment-prod.yaml devapp, cmd/gopherbot: increase RAM in k8s config 2018-08-13 16:56:14 +00:00
gopherbot.go cmd/gopherbot: label gopls issues automatically 2019-04-16 17:01:35 +00:00
gopherbot_test.go cmd/gopherbot: use time.Since, not pass nil Context, not capitalize errors 2019-02-28 01:01:58 +00:00

README.md

GoDoc

golang.org/x/build/cmd/gopherbot

The gopherbot command runs Go's gopherbot role account on GitHub and Gerrit.

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