From 31f02bea406557931dcb5b930c7937df8ee0d054 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 --- docs/devel/automation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/devel/automation.md b/docs/devel/automation.md index 8900dbccb23..53ac0e1be08 100644 --- a/docs/devel/automation.md +++ b/docs/devel/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