From 65f8182637784a3b6a4f70eab6a0ec253f0326c7 Mon Sep 17 00:00:00 2001 From: zachary sun Date: Thu, 30 Nov 2023 16:09:26 +0800 Subject: [PATCH] modify approval --- 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