fix: align Drain3 MCP Server casing and daily-news cache step name with conventions#36014
Merged
Merged
Conversation
…ache→Save pattern) Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Align two source step names with glossary and conventions
fix: align Drain3 MCP Server casing and daily-news cache step name with conventions
May 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes a few GitHub Actions step display names to match existing project conventions: Title Case for “MCP Server” and the “Save to cache” naming pattern for cache-write steps.
Changes:
- Updated Drain3 shared MCP workflow step names to use “MCP Server” casing.
- Renamed the daily-news cache-write step to “Save downloaded data to cache” in both the source workflow markdown and the compiled lock workflow.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/shared/mcp/drain3.md | Aligns Drain3 MCP step names with “MCP Server” casing convention. |
| .github/workflows/daily-news.md | Renames the cache-write step to match “Save to cache” pattern. |
| .github/workflows/daily-news.lock.yml | Mirrors the step name change in the compiled/locked workflow artifact. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two author-controlled step names in source
.mdfiles drifted from established conventions — the project glossary's Title Case rule for "MCP Server" and theSave <X> to cachepattern adopted across sibling workflows.Changes
shared/mcp/drain3.md— fix "MCP Server" casing to match glossary andmempalace.mdprecedent:Copy Drain3 MCP server script→Copy Drain3 MCP Server scriptStart Drain3 MCP server→Start Drain3 MCP Serverdaily-news.md+daily-news.lock.yml— align cache-write step toSave <X> to cachepattern already applied tolayout-spec-maintainer.mdandprompt-clustering-analysis.md:Cache downloaded data→Save downloaded data to cache