mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
codereview: update name of the a+c tool
LGTM=rsc R=rsc, minux CC=golang-codereviews https://golang.org/cl/105480043
This commit is contained in:
parent
ed5b694721
commit
4eb4dc0cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -2057,7 +2057,7 @@ def needLGTM(cl):
|
|||
isGobot = 'gobot' in rev or 'gobot@swtch.com' in rev or 'gobot@golang.org' in rev
|
||||
|
||||
# A+C CLs generated by addca do not need LGTM
|
||||
if cl.desc.startswith('A+C:') and 'Generated by addca.' in cl.desc and isGobot:
|
||||
if cl.desc.startswith('A+C:') and 'Generated by a+c.' in cl.desc and isGobot:
|
||||
return False
|
||||
|
||||
# CLs modifying only go1.x.txt do not need LGTM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue