From bad303c4f07fde829fe2e257171641eaadaeec56 Mon Sep 17 00:00:00 2001 From: Ligoml <39876205+Ligoml@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:43:17 +0800 Subject: [PATCH] Update check_file_diff_approvals.sh (#46393) --- tools/check_file_diff_approvals.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check_file_diff_approvals.sh b/tools/check_file_diff_approvals.sh index 9eaa08dd9c4..0575b58cdd9 100644 --- a/tools/check_file_diff_approvals.sh +++ b/tools/check_file_diff_approvals.sh @@ -443,8 +443,8 @@ fi SKIP_CI=`git log --pretty=oneline|grep $AGILE_REVISION |grep -w "test=document_fix" || true` if [[ ${SKIP_CI} ]];then - echo_line="You must have one RD (tianshuo78520a (Recommend),zhiqiu ,phlrain ) approval you add test=document_fix method in commit skips CI" - check_approval 1 tianshuo78520a zhiqiu phlrain + echo_line="You must have one RD (tianshuo78520a (Recommend), zhiqiu, phlrain ) or PM (Ligoml) approval you add test=document_fix method in commit skips CI" + check_approval 1 tianshuo78520a zhiqiu phlrain Ligoml fi # Get the list of PR authors with unresolved unit test issues -- GitLab