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