From f8607be3e8358b43ca8512879a3574fb0e8e5637 Mon Sep 17 00:00:00 2001 From: james Date: Sun, 27 Jul 2025 23:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c9900b4..180f089 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -28,10 +28,6 @@ jobs: GIT_PROJECT_PATH: /workspace/hui/SCTMES_V5 # Gitea 的工作目录 ALLOWED_PATHS: '["EdgeManager/**", "mes_in_sct/**", "mes_in_task/**", "webman/**"]' # 允许检测目录 IGNORED_PATHS: '["EdgeManager/vendor/**", "mes_in_sct/vendor/**", "mes_in_task/vendor/**", "webman/public/**", "webman/runtime/**", "webman/vendor/**"]' # 忽略检测目录 - - # === Gitea API 配置(传给 audit_code.sh)=== - API_URL: "http://119.91.43.128:3003/api/v1/repos/hui/SCTMES_V5/issues/$PULLS_ID/comments" - GITEA_TOKEN: $GITEA_TOKEN SYSTEM_PROMPT: | 你是代码审核助手,我需要你审核代码后以JSON形式输出通过(passed)或者不通过(no-passed),只输出json不添加其他说明。