build/cmd/gopherbot
Julie Qiu 7c7e97c9cc cmd/gopherbot: label x/vuln issues
Automatically label all x/vuln issues with the label "x/vuln".

Change-Id: I4f0c6faeddd1a9da410d07cb91c6e6cc0eaaf765
Reviewed-on: https://go-review.googlesource.com/c/build/+/360715
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-11-02 20:17:36 +00:00
..
Dockerfile cmd/gopherbot: move to Workload Identity 2021-09-10 19:08:05 +00:00
Makefile cmd/gopherbot: move to Workload Identity 2021-09-10 19:08:05 +00:00
README.md all: add or change GoDoc badge to pkg.go.dev manually 2020-12-15 04:54:49 +00:00
deployment-prod.yaml all: update resource requests 2021-09-17 21:59:01 +00:00
gopherbot.go cmd/gopherbot: label x/vuln issues 2021-11-02 20:17:36 +00:00
gopherbot_test.go cmd/gopherbot: don't set reviewers if they are the same as current 2020-07-07 16:49:07 +00:00

README.md

Go Reference

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