Add reviewer in check_api_approvals (#23722)

revert-23830-2.0-beta
iducn 5 years ago committed by GitHub
parent 5ee099ca57
commit df7c7af09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,8 +103,8 @@ for API_FILE in ${API_FILES[*]}; do
echo_line="You must have one RD (lanxianghit (Recommend) or luotao1) approval for the python/paddle/fluid/init.py, which manages the environment variables.\n"
check_approval 1 6836917 47554610
elif [ "${API_FILE}" == "python/requirements.txt" ];then
echo_line="You must have one RD (JepsonWong (Recommend) or luotao1) approval for python/requirements.txt, which manages the third-party python package.\n"
check_approval 1 6836917 16509038
echo_line="You must have one RD (kolinwei (Recommend), JepsonWong or luotao1) approval for python/requirements.txt, which manages the third-party python package.\n"
check_approval 1 22165420 16509038 6836917
elif [ "${API_FILE}" == "paddle/fluid/operators/distributed/send_recv.proto.in" ];then
echo_line="You must have one RD (gongweibao or seiriosPlus) approval for the paddle/fluid/operators/distributed/send_recv.proto.in, which manages the environment variables.\n"
check_approval 1 10721757 5442383

Loading…
Cancel
Save