Skip to content

Commit e6277fe

Browse files
authored
fix checkpruser mattheliu (#7439)
* add v3.2 Release Note * fix checkpruser mattheliu * fix typo
1 parent 5364cb7 commit e6277fe

File tree

3 files changed

+373
-542
lines changed

3 files changed

+373
-542
lines changed

ci_scripts/checkapproval.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 70642955 mattheliu`
14+
APPROVALS=`echo ${approval_line} | python ./check_pr_approval.py 1 29231 79295425 23093488 39876205 70642955 102272920`
1515
fi
1616
fi
1717
if [ "${APPROVALS}" == "FALSE" ]; then

0 commit comments

Comments
 (0)