if["${API_CHANGE}"];thenapproval_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/paddle/api/paddle"];thenAPPROVALS=`echo${approval_line} | python ./check_pr_approval.py 1 2870059 27208573 29231 28379894 23093488 11935832`fi fi if["${APPROVALS}"=="FALSE"];then if["${API_FILE}"=="doc/paddle/api/paddle"];thenecho"You must have one TPM (saxon-zh or swtkiwi or jzhang533 or Heeenrrry or dingjiaweiww or TCChenlong) approval for the api change! ${API_FILE} for the management reason of API interface and API document."fiexit 1fidone