x/build/cmd/gopherbot: always assign code owners to a CL #66994
Labels
Builders
x/build issues (builders, bots, dashboards)
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Milestone
Current Behavior
Code owners from https://dev.golang.org/owners are only assigned when no reviewers are assigned on a given CL.
This can create the unfortunate situation where some code owners are unaware of a CL if the author manually assigns a reviewer. The worst case is that no code owners will be aware of a change if the author manually assigns a non-owner.
Proposed behavior
At the minimum, always CC code owners to a CL even if there are sufficient human reviewers on a CL.
The change would take place here: https://cs.opensource.google/go/x/build/+/master:cmd/gopherbot/gopherbot.go;l=2116;bpv=0
The text was updated successfully, but these errors were encountered: