From a1c28570d4292686dcd2ad851605233d88e829ba Mon Sep 17 00:00:00 2001 From: dongzi Date: Fri, 5 Jun 2026 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=B1=BB=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/config.yaml b/.gitea/config.yaml index 5d3ff89..eb38f97 100644 --- a/.gitea/config.yaml +++ b/.gitea/config.yaml @@ -5,7 +5,7 @@ # ---------- API 变动检查 ---------- # 总开关:false 时跳过 Controller 接口参数变更检测(不对比、不通知) check: - enabled: false + enabled: true # 业务 Java 源码目录(相对仓库根目录) # 单模块: source_dir: "src/main/java"