From 60eb8d2ddcb79adb91392917966568180643326a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 31 May 2026 00:00:04 +0000 Subject: [PATCH 1/2] Initial plan From 2aea48c3714c706e1efc21e9a7fba3d1016f19d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 31 May 2026 00:07:25 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20align=20step=20names=20with=20glossa?= =?UTF-8?q?ry=20conventions=20(MCP=20Server=20casing,=20Cache=E2=86=92Save?= =?UTF-8?q?=20pattern)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/daily-news.lock.yml | 2 +- .github/workflows/daily-news.md | 2 +- .github/workflows/shared/mcp/drain3.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily-news.lock.yml b/.github/workflows/daily-news.lock.yml index 512891d3d6f..16ca0f1c461 100644 --- a/.github/workflows/daily-news.lock.yml +++ b/.github/workflows/daily-news.lock.yml @@ -560,7 +560,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: steps.check-cache.outputs.cache_valid != 'true' - name: Cache downloaded data + name: Save downloaded data to cache run: | set -e echo "💾 Caching data for future runs..." diff --git a/.github/workflows/daily-news.md b/.github/workflows/daily-news.md index ebd85b2fa7a..1a21ae34768 100644 --- a/.github/workflows/daily-news.md +++ b/.github/workflows/daily-news.md @@ -288,7 +288,7 @@ steps: fi echo "✅ Changeset check complete" - - name: Cache downloaded data + - name: Save downloaded data to cache if: steps.check-cache.outputs.cache_valid != 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/shared/mcp/drain3.md b/.github/workflows/shared/mcp/drain3.md index c3f75de360e..99ca682da46 100644 --- a/.github/workflows/shared/mcp/drain3.md +++ b/.github/workflows/shared/mcp/drain3.md @@ -22,12 +22,12 @@ steps: - name: Install Drain3 dependencies run: | pip install fastmcp drain3 - - name: Copy Drain3 MCP server script + - name: Copy Drain3 MCP Server script run: | mkdir -p /tmp/gh-aw/agent/mcp-servers/drain3/ cp .github/workflows/shared/mcp/drain3_server.py /tmp/gh-aw/agent/mcp-servers/drain3/ chmod +x /tmp/gh-aw/agent/mcp-servers/drain3/drain3_server.py - - name: Start Drain3 MCP server + - name: Start Drain3 MCP Server run: | set -e mkdir -p /tmp/gh-aw/mcp-logs/drain3/