From f8fc2aea95fbc7202ca0d24b13dcb7b9e8dcd89e Mon Sep 17 00:00:00 2001 From: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:44:44 +0800 Subject: [PATCH] modify approval (#6344) --- ci_scripts/checkapproval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/checkapproval.sh b/ci_scripts/checkapproval.sh index 36220e78db8..0b176c5e55c 100644 --- a/ci_scripts/checkapproval.sh +++ b/ci_scripts/checkapproval.sh @@ -18,7 +18,7 @@ for API_FILE in ${API_FILES[*]}; do if [ "${API_FILE}" == "docs/api/paddle" ];then set +x echo "==========================================================================================" - echo "You must have one TPM (jzhang533/ZhangJun or momozi1996/MoYan or dingjiaweiww/DingJiaWei or Ligoml/LiMengLiu or sunzhongkai588/SunZhongKai) approval for the api change! ${API_FILE} for the management reason of API interface and API document." + echo "You must have one TPM (jzhang533/ZhangJun or Ligoml/LiMengLiu or sunzhongkai588/SunZhongKai) approval for the api change! ${API_FILE} for the management reason of API interface and API document." echo "==========================================================================================" set -x fi