From 9bafc61662ba735c2579d86c027447d83d09cf28 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 5 Dec 2019 09:51:33 +0800 Subject: [PATCH] change doc/fluid review;test=develop (#1638) --- scripts/checkapproval.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkapproval.sh b/scripts/checkapproval.sh index e8cdc644a..5883210b1 100644 --- a/scripts/checkapproval.sh +++ b/scripts/checkapproval.sh @@ -6,12 +6,12 @@ for API_FILE in ${API_FILES[*]}; do if [ "${API_CHANGE}" ];then approval_line=`curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/FluidDoc/pulls/${GIT_PR_ID}/reviews?per_page=10000` if [ "${API_FILE}" == "doc/fluid" ];then - APPROVALS=`echo ${approval_line}|python ./scripts/check_pr_approval.py 1 46782768 7534971 14105589 12605721 3064195 328693 47554610 39645414 11195205 20274488 45024560 ` + APPROVALS=`echo ${approval_line}|python ./scripts/check_pr_approval.py 1 31623103 2870059` fi fi if [ "${APPROVALS}" == "FALSE" ]; then if [ "${API_FILE}" == "doc/fluid" ];then - echo "You must have one RD (XiaoguangHu01 or wanghaoshuang or guoshengCS or heavengate or kuke or Superjomn or lanxianghit or cyj1986 or hutuxian or frankwhzhang or nepeplwu) approval for the api change! ${API_FILE} for the management reason of API interface and API document." + echo "You must have one TPM (saxon-zh or Boyan-Liu) approval for the api change! ${API_FILE} for the management reason of API interface and API document." fi exit 1 fi -- GitLab