From 5217b8c376acf2bf4737c4ffea70423db91ec88e Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Tue, 2 Aug 2016 15:16:59 -0700 Subject: [PATCH] automation.md: update lgtm point --- automation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation.md b/automation.md index 8900dbccb..53ac0e1be 100644 --- a/automation.md +++ b/automation.md @@ -80,7 +80,8 @@ A PR is considered "ready for merging" if it matches the following: * Jenkins GCE e2e * Jenkins unit/integration * The PR cannot have any prohibited future milestones (such as a v1.5 milestone during v1.4 code freeze) - * The PR must have the "lgtm" label + * The PR must have the "lgtm" label. The "lgtm" label is automatically applied + following a review comment consisting of only "LGTM" (case-insensitive) * The PR must not have been updated since the "lgtm" label was applied * The PR must not have the "do-not-merge" label