From e9c77e09605c8c37d7704a02ec56f3ddb0ba05c4 Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Wed, 12 Jan 2022 09:53:32 +0800 Subject: [PATCH] add xiaoguang into big pr approve list, test=document_fix (#38883) --- tools/check_file_diff_approvals.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check_file_diff_approvals.sh b/tools/check_file_diff_approvals.sh index 92f806b7e8..e0ae600819 100644 --- a/tools/check_file_diff_approvals.sh +++ b/tools/check_file_diff_approvals.sh @@ -96,8 +96,8 @@ if [[ $changed_env_var_count -gt 0 ]]; then fi if [[ $git_files -gt 19 || $git_count -gt 999 ]];then - echo_line="You must have Dianhai approval for change 20+ files or add than 1000+ lines of content.\n" - check_approval 1 38231817 + echo_line="You must have Dianhai or XiaoguangHu01 approval for change 20+ files or add than 1000+ lines of content.\n" + check_approval 1 38231817 46782768 fi for API_FILE in ${API_FILES[*]}; do -- GitLab