You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| grep -E $(printf -- "%s|""${LOG_KEYWORDS[@]}"| sed 's/|$//')|| true)
93
+
94
+
if [ -n"${HAS_LOG_MODIFY}" ] && [ -n"${PR_ID}" ];then
95
+
echo_line1="You must have one FastDeploy RD (xyxinyang(zhouchong), zyyzghb(zhangyongyue)) approval for modifying logging behavior (.info/.debug/.error/log_request)."
96
+
check_approval "$echo_line1" 1 xyxinyang zyyzghb
97
+
fi
98
+
80
99
if [[ "${BRANCH}"!="develop" ]] && [[ -n"${PR_ID}" ]];then
0 commit comments