From 0272ebf746f4fb17c627c3b92c2e050768f6d3c2 Mon Sep 17 00:00:00 2001
From: yanliang567 <82361606+yanliang567@users.noreply.github.com>
Date: Thu, 23 Dec 2021 23:19:14 +0800
Subject: [PATCH] [skip e2e]Update label cmd (#14075)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
---
 CODE_REVIEW.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CODE_REVIEW.md b/CODE_REVIEW.md
index 8e76601294..ce03f56ae7 100644
--- a/CODE_REVIEW.md
+++ b/CODE_REVIEW.md
@@ -6,8 +6,8 @@ All PRs are checked in automatically by the sre-robot, with the following condit
 2. All test passed and code coverage check passed, with a `ci-passed` label
    - Notes: If there is a `[skip e2e]` tag in the commit message, it skips running e2e tests automatically,
      but it still runs UT tests and code checkers.
-3. Reviewer passed, with a `lgtm` label
-4. Approver passed, with a `approved` label
+3. Reviewer passed, with a `/lgtm` label
+4. Approver passed, with a `/approve` label
 
 Generally speaking, reviewer is volunteered and can be anyone in the community who is familiar with the packages the PR modifies.
 Reviewers are responsible for the logic correctness, error handling, unit test coverage and code readability.