golang/go

x/build/cmd/gopherbot: add author to issue notification comments

Open

#26,816 opened on Aug 5, 2018

View on GitHub
 (4 comments) (6 reactions) (0 assignees)Go (19,008 forks)batch import
BuildersFeatureRequestNeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

gopherbot generates the "CL mentions this issue" issue comments:

https://github.com/golang/build/blob/4639cd3919e4243a672a11a56543004bf1778326/cmd/gopherbot/gopherbot.go#L811

It currently includes a link to the CL and the CL title. It'd be nice if it also included the CL author's name or handle. Maybe: "Change <link> by <author> mentions this issue: <title>".

Contributor guide