From 16a2fdafc1091a9a68bbd79a615547752a4c5aeb Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 9 Sep 2021 11:54:21 +0800 Subject: [PATCH] test=document_fix (#35592) --- tools/check_api_approvals.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index 9391f8cdc01..5943e997bdf 100644 --- a/tools/check_api_approvals.sh +++ b/tools/check_api_approvals.sh @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + if [ -z ${BRANCH} ]; then BRANCH="develop" fi @@ -91,6 +92,7 @@ fi if [ -n "${echo_list}" ];then echo "****************" + echo "Please find RD for approval first, and then find TPM for approval." echo -e "${echo_list[@]}" echo "There are ${failed_num} approved errors." echo "****************" -- GitLab