Skip to content

feat: add PR reviewer patterns as bridge between workshop Part 1 and Part 2#1912

Merged
pelikhan merged 1 commit into
mainfrom
copilot/add-activities-between-part-1-and-part-2
Jul 23, 2026
Merged

feat: add PR reviewer patterns as bridge between workshop Part 1 and Part 2#1912
pelikhan merged 1 commit into
mainfrom
copilot/add-activities-between-part-1-and-part-2

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Adds a new step 13 and three side quests covering common PR automation patterns. These sit between Part 1 (scheduled workflows) and Part 2 (advanced topics), introducing event-driven pull_request triggers before learners hit conditional logic and data sources.

New content

  • 13-pr-reviewer-workflow.md — core step; builds a pull_request-triggered workflow that posts a review comment. Teaches the shift from schedule to event-driven triggers, pull-requests: write permission, and safe-outputs: create-issue-comment: limit: 1 to cap comment spam.

  • side-quest-13-01-pr-labeler-pattern.md — maps file-path patterns to labels via add-labels-to-pull-request; includes a hands-on exercise extending the rule set.

  • side-quest-13-02-pr-summary-pattern.md — posts a structured, changelog-ready summary on opened only (not synchronize); learners adapt the output template to a real use case.

  • side-quest-13-03-pr-checklist-pattern.md — evaluates PRs against a quality checklist (description, scope, tests, docs, size) and posts a ✅/⚠️ table; refreshes on every push.

Wiring

  • Step 12's "Next" link updated to point to step 13.
  • README.md curriculum table and side quests section updated.
  • Simulator step alias map and ordering updated for 13-pr-reviewer-workflow.

…quests)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title feat: add PR reviewer patterns workshop activities (step 13 + 3 side quests) feat: add PR reviewer patterns as bridge between workshop Part 1 and Part 2 Jul 23, 2026
Copilot AI requested a review from pelikhan July 23, 2026 13:37
@pelikhan
pelikhan marked this pull request as ready for review July 23, 2026 13:48
@pelikhan
pelikhan merged commit e731296 into main Jul 23, 2026
@pelikhan
pelikhan deleted the copilot/add-activities-between-part-1-and-part-2 branch July 23, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants