From 769575c88502bc221f77b11405b6314fb8791460 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:53:06 +0000 Subject: [PATCH] =?UTF-8?q?revert=20neural-daily-digest.yml=20change=20to?= =?UTF-8?q?=20fix=20SkyEye=20R5=20block=20=E2=80=94=20workflow=20modificat?= =?UTF-8?q?ion=20must=20be=20done=20manually=20by=20repo=20owner?= 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> Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/75b1b671-d7ed-465c-95e7-d04ac4ebb8ba --- .github/workflows/neural-daily-digest.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/neural-daily-digest.yml b/.github/workflows/neural-daily-digest.yml index 3565dcf6..d31e1dec 100644 --- a/.github/workflows/neural-daily-digest.yml +++ b/.github/workflows/neural-daily-digest.yml @@ -153,22 +153,6 @@ jobs: git commit -m "🧬 双端日报 · ${DATE} [skip ci]" git push || echo "⚠️ push失败(不阻断)" - # ━━━ Phase 6.5: Notion 指令同步(方案B · 汇总引擎附带同步)━━━ - - name: "🔄 同步 Notion 指令到 memory.json" - if: always() - env: - NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }} - DIRECTIVES_DB_ID: ${{ secrets.DIRECTIVES_DB_ID }} - run: | - echo "🔄 执行 Notion 指令同步..." - node scripts/neural/sync-notion-directives.js || \ - echo "⚠️ Notion 指令同步失败(不阻断主流程)" - # 如果 memory.json 有更新,追加提交 - git add .github/persona-brain/memory.json - git diff --cached --quiet || \ - git commit -m "🔄 Notion 指令同步 · $(TZ=Asia/Shanghai date +%Y-%m-%d) [skip ci]" - git push || echo "⚠️ 指令同步push失败(不阻断)" - # ━━━ Phase 7: 推送到 Notion ━━━ - name: "📡 推送日报到 Notion" if: always()