Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/setup/creating-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this guide, we show you how to create agentic workflows in the GitHub web int
src="/gh-aw/videos/create-workflow-on-github.mp4"
caption="Create an agentic workflow from the GitHub web interface"
aspectRatio="16:9"
thumbnail="/gh-aw/images/create-workfow-github-thumbnail.png"
thumbnail="/gh-aw/videos/create-workfow-github-thumbnail.png"
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The thumbnail filename contains two errors: it's missing an 'l' in "workflow" (should be "workflow" not "workfow") and it has an incorrect "-thumbnail" suffix. The actual file in the videos directory is "create-workflow-on-github.png". Either correct the filename or remove the thumbnail prop entirely to let the Video component auto-detect the poster image.

Suggested change
thumbnail="/gh-aw/videos/create-workfow-github-thumbnail.png"
thumbnail="/gh-aw/videos/create-workflow-on-github.png"

Copilot uses AI. Check for mistakes.
/>

## Creating Agentic Workflows using a Coding Agent
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/setup/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The aim here is **automated AI**: to install something that will run **automatic
src="/gh-aw/videos/install-and-add-workflow-in-cli.mp4"
caption="Install the extension, add a workflow, and trigger a run from the CLI"
aspectRatio="16:9"
thumbnail="/gh-aw/images/install-and-add-workflow-in-cli-thumbnail.png"
thumbnail="/gh-aw/videos/install-and-add-workflow-in-cli-thumbnail.png"
/>

Comment on lines +20 to 22
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The thumbnail filename is incorrect. The actual file in the videos directory is named "install-and-add-workflow-in-cli.png" (without the "-thumbnail" suffix). Either rename the file to match this path, or better yet, remove the thumbnail prop entirely and let the Video component auto-detect the poster image from the video source path, as documented in docs/public/videos/README.md.

Suggested change
thumbnail="/gh-aw/videos/install-and-add-workflow-in-cli-thumbnail.png"
/>
/>

Copilot uses AI. Check for mistakes.
## Prerequisites
Expand Down