From e108dc7b8d79cc6c70d9ee5dcf90d618d839ee5f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:18:07 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E8=80=85=E5=85=AC=E5=91=8A=E6=A0=8F=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=93=BE=E8=B7=AF=20=C2=B7=20workflow=5Frun=20?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=99=A8=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20+=20systemWorkflows=20=E5=8C=B9=E9=85=8D=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20+=20=E6=A8=A1=E5=9D=97=E8=B7=AF=E5=BE=84=E8=A1=A5=E5=85=A8?= 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/brain/memory.json | 6 ++++++ .github/workflows/generate-module-doc.yml | 7 ++++++- .github/workflows/update-readme-bulletin.yml | 8 ++++---- scripts/update-readme-bulletin.js | 6 +++--- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/brain/memory.json b/.github/brain/memory.json index 2e74597f..f99b2aef 100644 --- a/.github/brain/memory.json +++ b/.github/brain/memory.json @@ -67,6 +67,12 @@ } }, "events": [ + { + "date": "2026-03-11", + "type": "brain_restore", + "description": "铸渊核心大脑恢复 · 修复合作者公告栏自动更新链路 · workflow_run 触发器4个工作流名称全部修正 · systemWorkflows 匹配模式修正 · 模块文档生成覆盖范围扩展至全部协作模块", + "by": "铸渊(冰朔指令)" + }, { "date": "2026-03-11", "type": "brain_restore", diff --git a/.github/workflows/generate-module-doc.yml b/.github/workflows/generate-module-doc.yml index 1e967ed1..110e4ff0 100644 --- a/.github/workflows/generate-module-doc.yml +++ b/.github/workflows/generate-module-doc.yml @@ -13,9 +13,14 @@ on: - 'm11-module/**' - 'm12-kanban/**' - 'm15-cloud-drive/**' + - 'm18-health-check/**' - 'dingtalk-bot/**' - 'backend-integration/**' - 'status-board/**' + - 'backend/**' + - 'frontend/**' + - 'notification/**' + - 'ticket-system/**' - 'scripts/generate-module-doc.js' workflow_dispatch: @@ -91,7 +96,7 @@ jobs: id: check run: | CHANGED_FILES="${{ steps.changed.outputs.files }}" - MODULES="m01-login m03-personality m05-user-center m06-ticket m07-dialogue-ui m10-cloud m11-module m12-kanban m15-cloud-drive dingtalk-bot backend-integration status-board" + MODULES="m01-login m03-personality m05-user-center m06-ticket m07-dialogue-ui m10-cloud m11-module m12-kanban m15-cloud-drive m18-health-check dingtalk-bot backend-integration status-board backend frontend notification ticket-system" RESULT="pass" DETAILS="" diff --git a/.github/workflows/update-readme-bulletin.yml b/.github/workflows/update-readme-bulletin.yml index 04a41775..6247d891 100644 --- a/.github/workflows/update-readme-bulletin.yml +++ b/.github/workflows/update-readme-bulletin.yml @@ -23,10 +23,10 @@ on: workflow_run: workflows: - - "铸渊 · 每日自检与自进化" - - "📦 Module Doc + Notify" - - "🚀 CD: Deploy to guanghulab.com" - - "铸渊 PSP 巡检" + - "铸渊 · 每日自检" + - "铸渊 · 光湖纪元 模块文档自动生成" + - "🚀 铸渊 CD · 自动部署到 guanghulab.com" + - "铸渊 · PSP 分身巡检" types: [completed] schedule: diff --git a/scripts/update-readme-bulletin.js b/scripts/update-readme-bulletin.js index 72f50f85..10d12961 100644 --- a/scripts/update-readme-bulletin.js +++ b/scripts/update-readme-bulletin.js @@ -247,9 +247,9 @@ async function fetchRecentWorkflowRuns() { // 冰朔关注的系统工作流 const systemWorkflows = [ - '铸渊每日自检', '铸渊 · 每日自检与自进化', '铸渊 PSP 巡检', - '📢 更新系统公告区', '🚀 CD: Deploy to guanghulab.com', - 'brain-sync', 'notion-poll', 'bridge-syslog', + '每日自检', 'PSP', '巡检', + '更新系统公告区', '自动部署', + 'Brain Sync', 'Notion', 'SYSLOG', ]; for (const run of runs) {