[workshop-ui-screenshots] Add theme-aware SVG screenshots for 3 workshop images#1988
Merged
Merged
Conversation
Generate light/dark SVG variants for: - 07a-workflow-dispatch-trigger (workflow_dispatch trigger flow) - 13-pr-reviewer-comment (PR auto-reviewer comment) - 16-data-source-run (Actions run with fetch-issues step) Update corresponding Markdown references in: - workshop/07a-your-first-workflow-terminal.md - workshop/14b-pr-reviewer-workflow.md - workshop/16-connect-data-source.md Each plain ![img]() reference is replaced with a GitHub theme-aware <picture> block with light/dark <source> elements and a light fallback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
marked this pull request as ready for review
July 25, 2026 03:42
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.
Summary
This PR migrates three single-theme workshop images to GitHub-native theme-aware
<picture>blocks with paired light and dark SVG variants.Generated light/dark pairs
07a-workflow-dispatch-triggerworkshop/images/07a-workflow-dispatch-trigger-light.svgworkshop/images/07a-workflow-dispatch-trigger-dark.svg13-pr-reviewer-commentworkshop/images/13-pr-reviewer-comment-light.svgworkshop/images/13-pr-reviewer-comment-dark.svg16-data-source-runworkshop/images/16-data-source-run-light.svgworkshop/images/16-data-source-run-dark.svgMarkdown files updated
workshop/07a-your-first-workflow-terminal.md— workflow_dispatch trigger diagramworkshop/14b-pr-reviewer-workflow.md— PR auto-reviewer comment screenshotworkshop/16-connect-data-source.md— Actions run with fetch-issues stepEach plain
reference was replaced with the GitHub theme-aware<picture>pattern (dark<source>first, light<source>second, light fallback<img>).QA
All six SVGs were validated with Playwright (Chromium) in both
colorScheme: lightandcolorScheme: dark. Each<picture>block selected the correct-light.svg/-dark.svgvariant and rendered with non-zero bounding boxes.Warning
Firewall blocked 5 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comawmgmcpgclients2.google.comstorage.googleapis.comwww.google.comSee Network Configuration for more information.