Skip to content

Commit 54119cf

Browse files
authored
[CI] Remove need approve by yuanlehome (#5310)
1 parent cbbe6b8 commit 54119cf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/check_approval.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,13 @@ if [ ${HAS_CUSTOM_REGISTRER} ] && [ "${PR_ID}" != "" ]; then
5151
fi
5252

5353
WORKER_OR_CONFIG_LIST=(
54-
"fastdeploy/config.py"
55-
"fastdeploy/worker"
5654
"fastdeploy/model_executor/graph_optimization"
57-
"fastdeploy/model_executor/model_loader"
58-
"fastdeploy/model_executor/models"
5955
)
6056

6157
HAS_WORKER_OR_CONFIG_MODIFY=`git diff upstream/$BRANCH --name-only | grep -E $(printf -- "-e %s " "${WORKER_OR_CONFIG_LIST[@]}") || true`
6258
if [ "${HAS_WORKER_OR_CONFIG_MODIFY}" != "" ] && [ "${PR_ID}" != "" ]; then
63-
echo_line1="You must have one FastDeploy RD (gongshaotian(gongshaotian), yuanlehome(liuyuanle)) approval for modifing [$(IFS=', '; echo "${WORKER_OR_CONFIG_LIST[*]}")]."
64-
check_approval "$echo_line1" 1 gongshaotian yuanlehome
59+
echo_line1="You must have one FastDeploy RD gongshaotian(gongshaotian) approval for modifing [$(IFS=', '; echo "${WORKER_OR_CONFIG_LIST[*]}")]."
60+
check_approval "$echo_line1" 1 gongshaotian
6561
fi
6662

6763
SPECULATIVE_DECODING_LIST=(

0 commit comments

Comments
 (0)