refine: 使 systemWorkflows 匹配模式更精确以避免误匹配

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-11 15:20:41 +00:00
parent e108dc7b8d
commit 0d59041e72
1 changed files with 8 additions and 3 deletions

View File

@ -247,9 +247,14 @@ async function fetchRecentWorkflowRuns() {
// 冰朔关注的系统工作流
const systemWorkflows = [
'每日自检', 'PSP', '巡检',
'更新系统公告区', '自动部署',
'Brain Sync', 'Notion', 'SYSLOG',
'铸渊 · 每日自检',
'铸渊 · PSP 分身巡检',
'铸渊巡检 Agent',
'更新系统公告区',
'铸渊 CD · 自动部署',
'Brain Sync',
'Notion',
'SYSLOG',
];
for (const run of runs) {