Commit 7afd1646 authored by Andrii Shyshkalov's avatar Andrii Shyshkalov Committed by Commit Bot

Follow up on Gerrit git cl status: do not treat CQ comment as reviewer reply.

TBR=sergiyb@chromium.org,agable@chromium.org
BUG=

Change-Id: I37f02556f254fbdc78ab30e990a7cc6d05120038
Reviewed-on: https://chromium-review.googlesource.com/434477Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
parent 33e88a4e
......@@ -2393,7 +2393,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase):
if last_message_author.get('email') == COMMIT_BOT_EMAIL:
# Ignore replies from CQ.
continue
if owner != last_message_author.get('_account_id'):
if last_message_author.get('_account_id') != owner:
# Some reply from non-owner.
return 'reply'
return 'waiting'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment