diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index 16b03936e9..7d939b93aa 100644 --- a/tools/check_api_approvals.sh +++ b/tools/check_api_approvals.sh @@ -150,8 +150,8 @@ for API_FILE in ${API_FILES[*]}; do echo_line="You must have one RD (Shixiaowei02 (Recommend), luotao1 or phlrain) approval for the python/paddle/fluid/tests/unittests/white_list/no_grad_set_white_list.py, which manages the white list of no_grad_set without value in operators. For more information, please refer to[https://github.com/PaddlePaddle/Paddle/wiki/It's-recommend-to-set-no_grad_set-to-be-None].\n" check_approval 1 39303645 6836917 43953930 elif [ "${API_FILE}" == "tools/wlist.json" ];then - echo_line="You must have one RD (lelelelelez (Recommend) or luotao1) approval for the api whitelist for the tools/wlist.json.\n" - check_approval 1 22937122 6836917 + echo_line="You must have one TPM (jzhang533) approval for the api whitelist for the tools/wlist.json.\n" + check_approval 1 29231 elif [ "${API_FILE}" == "python/paddle/fleet/__init__.py" ]; then echo_line="You must have (guru4elephant,raindrops2sea) approval for ${API_FILE} changes " check_approval 1 35550832 38231817