From 79dc32b47c48904d298c9626ca7957f4d35b1dcb Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 15 Jun 2022 19:21:09 +0800 Subject: [PATCH] test=document_fix; replace id with user name (#43540) --- tools/check_file_diff_approvals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_file_diff_approvals.sh b/tools/check_file_diff_approvals.sh index ee282fb294a..9ed85c699d1 100644 --- a/tools/check_file_diff_approvals.sh +++ b/tools/check_file_diff_approvals.sh @@ -373,7 +373,7 @@ if [ "${CMAKE_FILE_CHANGED}" != "" ] && [ "${GIT_PR_ID}" != "" ]; then if [ "${ERROR_LINES}" != "" ]; then ERROR_LINES=${ERROR_LINES//+/'\n+\t'} echo_line="Change compilation flag of warnings is not recommended. You must have one RD's (zhiqiu (Recommend), luotao1 or phlrain) approval to use these methods. " - check_approval 1 6888866 47554610 2002279 + check_approval 1 zhiqiu luotao1 phlrain fi fi -- GitLab