diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index 57754ed664b25f51af4378bde4c37aeed82db178..c047afad13178c414607151b058d64300b391b93 100644 --- a/tools/check_api_approvals.sh +++ b/tools/check_api_approvals.sh @@ -226,7 +226,7 @@ fi HAS_OPERATORBASE_FLAG=`git diff -U0 --diff-filter=A upstream/$BRANCH | grep -E "public[[:space:]]+.*OperatorBase" || true` if [ "${HAS_OPERATORBASE_FLAG}" != "" ] && [ "${GIT_PR_ID}" != "" ]; then echo_line="In order to support dynamic graph, all ops are not recommended to inherit OperatorBase. Please use OperatorWithKernel instead.\nYou must have one RD (phlrain (Recommend), luotao1, lanxianghit or XiaoguangHu01) approval for the inherit of OperatorBase.\nYou inherit the OperatorBase class. The corresponding lines are as follows:\n${HAS_OPERATORBASE_FLAG}" - check_approval 1 47554610 46782768 22561442 6836917 + check_approval 1 43953930 6836917 47554610 46782768 fi HAS_INPLACE_TESTS=`git diff -U0 upstream/$BRANCH |grep "+" |grep -E "inplace_atol[[:space:]]*=.*" || true`