Skip to content

Commit d24af7e

Browse files
add sunzhongkai information in checkapproval.sh (#5392)
add github id and user name
1 parent 2b70353 commit d24af7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_scripts/checkapproval.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ for API_FILE in ${API_FILES[*]}; do
1111
approval_line=`curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/docs/pulls/${GIT_PR_ID}/reviews?per_page=10000`
1212
set -x
1313
if [ "${API_FILE}" == "docs/api/paddle" ];then
14-
APPROVALS=`echo ${approval_line} | python ./check_pr_approval.py 1 29231 79295425 23093488 39876205`
14+
APPROVALS=`echo ${approval_line} | python ./check_pr_approval.py 1 29231 79295425 23093488 39876205 70642955`
1515
fi
1616
fi
1717
if [ "${APPROVALS}" == "FALSE" ]; then
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) 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 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."
2222
echo "=========================================================================================="
2323
set -x
2424
fi

0 commit comments

Comments
 (0)