Skip to content

Commit 5935f4f

Browse files
Copilotpelikhan
andauthored
Remove numbered section headers from frontmatter deep-dive side quest (#2267)
* Initial plan * fix: remove numbered headers from frontmatter side quest Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 00b11ba commit 5935f4f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

workshop/side-quest-11-01-frontmatter-deep-dive.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An agentic workflow file opens with a YAML **[frontmatter](https://github.github
1414

1515
---
1616

17-
## Section 1 — Opening fence and `description`
17+
## Opening fence and `description`
1818

1919
**🔍 Predict:** What two things would you write at the top of a workflow file to identify it at a glance — before reading the explanation below?
2020

@@ -43,7 +43,7 @@ description: ???
4343

4444
---
4545

46-
## Section 2 — `on:` triggers
46+
## Triggers (`on:`)
4747

4848
**🔍 Predict:** How would you tell GitHub Actions to run the workflow every day _and_ allow manual triggering? Write the two keys before reading on.
4949

@@ -93,7 +93,7 @@ on:
9393

9494
---
9595

96-
## Section 3 — `permissions:`
96+
## Permissions
9797

9898
**🔍 Predict:** The agent needs to read issues and post a comment. Which permissions would you list? Write them down before reading the explanation.
9999

@@ -228,4 +228,3 @@ permissions:
228228

229229
**Return to:** [Build — Daily Repo Status Workflow](07-your-first-workflow.md)
230230
<!-- /journey -->
231-

0 commit comments

Comments
 (0)