Align docs-server step names across docs testing workflows#37238
Merged
Conversation
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Align docs-server start/wait step names across workflows
Align docs-server step names across docs testing workflows
Jun 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR normalizes docs-server bootstrap/readiness step names across the docs-testing workflows to reduce noise when scanning runs, and regenerates the compiled lock workflows so the rendered YAML matches the updated source specs.
Changes:
- Renamed the visual-regression workflow step
Wait for dev server→Wait for server readiness. - Renamed the multi-device docs tester step
Start documentation server→Start docs server. - Regenerated both corresponding
.lock.ymlworkflows to reflect the canonical step naming.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/visual-regression-checker.md |
Renames the server readiness step for consistent naming. |
.github/workflows/visual-regression-checker.lock.yml |
Regenerated compiled workflow to include updated step name. |
.github/workflows/daily-multi-device-docs-tester.md |
Renames the docs server start step for consistent naming. |
.github/workflows/daily-multi-device-docs-tester.lock.yml |
Regenerated compiled workflow to include updated step name. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 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.
Three docs-testing workflows perform the same docs-server bootstrap/readiness sequence but used inconsistent step names, which made cross-workflow scanning noisy. This updates the outliers to the majority naming and regenerates lock files from source specs.
Step name normalization (source workflow specs)
.github/workflows/daily-multi-device-docs-tester.md:Start documentation server→Start docs server.github/workflows/visual-regression-checker.md:Wait for dev server→Wait for server readinessLockfile regeneration
.github/workflows/daily-multi-device-docs-tester.lock.yml.github/workflows/visual-regression-checker.lock.yml