feat: sync lijiaoqiao implementation and staging validation artifacts
This commit is contained in:
12
scripts/auto_review/review.sh
Executable file
12
scripts/auto_review/review.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#===============================================================================
|
||||
# Review快速执行入口
|
||||
#===============================================================================
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
# 加载配置
|
||||
source "$SCRIPT_DIR/auto_review_config.sh"
|
||||
|
||||
# 执行review
|
||||
"$SCRIPT_DIR/auto_review.sh" "$@"
|
||||
Reference in New Issue
Block a user