golang/go

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

Open

#26.816 aberto em 5 de ago. de 2018

Ver no GitHub
 (4 comments) (6 reactions) (0 assignees)Go (19.008 forks)batch import
BuildersFeatureRequestNeedsFixhelp wanted

Métricas do repositório

Stars
 (133.883 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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>".

Guia do colaborador