From 599681fc04f7507e98590fb54e8c72c4d46a50e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:40:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20address=20code=20review=20feedback=20?= =?UTF-8?q?=E2=80=94=20add=20comment=20for=20threshold,=20trailing=20newli?= =?UTF-8?q?ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/workflows/meta-watchdog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/meta-watchdog.yml b/.github/workflows/meta-watchdog.yml index 5b6bca6d..f37ac6e5 100644 --- a/.github/workflows/meta-watchdog.yml +++ b/.github/workflows/meta-watchdog.yml @@ -33,7 +33,7 @@ jobs: echo "daily-maintenance 最后运行:$LAST_RUN" - # 计算距上次运行超过 26 小时则告警 + # 计算距上次运行的时间差,超过 26 小时则告警(24h 调度周期 + 2h 缓冲) node -e " const last = new Date('$LAST_RUN'); const now = new Date(); @@ -67,3 +67,4 @@ jobs: \"处理状态\": {\"status\": {\"name\": \"待处理\"}} } }" +