[side-quest] Extract GitHub Actions basics primer into optional side quest - #3267
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[side-quest] Extract GitHub Actions basics primer into optional side quest#3267github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Move the runner explainer and standalone primitives walkthrough out of Step 4 into a new workshop/side-quest-04-01-actions-basics.md - Step 4 keeps the annotated example and labeling exercise on the main path, now with a short summary and an Optional Side Quest callout linking to the new detour - Add the new side quest to workshop/README.md's Optional Side Quests section, noting it branches from Step 4 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
This pull request was automatically closed because it expired on 2026-09-13T13:50:15.468Z.
|
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.
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
README.mdWhat changed
Source file mined:
workshop/04-github-actions-intro.md(Step 4 — "GitHub Actions in 5 Minutes")This step already flagged itself as skippable for experienced learners ("Already know GitHub Actions? Confirm these three statements and skip ahead"), but the runner explainer and full primitives walkthrough were embedded inline as a
<details>block, with no standalone route for learners who do want the deeper primer without reading the whole step.Side quest extracted:
workshop/side-quest-04-01-actions-basics.md— "GitHub Actions Basics — Triggers, Jobs, Runners, and Steps." It walks through the workflow file anatomy, the annotatedhello-workflow.ymlexample, and the runner explainer (GitHub-hosted vs self-hosted) as a self-contained, focused primer.Routing changes:
workshop/04-github-actions-intro.mdkeeps the annotated example and the "Label a sample workflow" exercise on the main path (nothing needed for the exercise was removed), but the runner<details>explainer was replaced with a short one-line summary plus an Optional Side Quest callout pointing to the new file.workshop/README.mdadds the new side quest to the Optional Side Quests section, noting it branches from Step 4.No other workshop files were changed. The main learning path for Step 4 is preserved — learners who skip the side quest still get everything needed to complete the step's checkpoint.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
registry.npmjs.orgTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.