Skip to content

Commit f8fc2ae

Browse files
modify approval (#6344)
1 parent d339895 commit f8fc2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/checkapproval.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for API_FILE in ${API_FILES[*]}; do
1818
if [ "${API_FILE}" == "docs/api/paddle" ];then
1919
set +x
2020
echo "=========================================================================================="
21-
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."
21+
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."
2222
echo "=========================================================================================="
2323
set -x
2424
fi

0 commit comments

Comments
 (0)