diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index 9391f8cdc014339cfa2cfb5bb4e97ea39d7602f3..5943e997bdfa2f2dda4c3c7418639cdd43fd5d6e 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 "****************"