feat: add PR reviewer patterns as bridge between workshop Part 1 and Part 2#1912
Merged
Merged
Conversation
…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 created this pull request from a session on behalf of
pelikhan
July 23, 2026 13:37
View session
pelikhan
marked this pull request as ready for review
July 23, 2026 13:48
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.
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_requesttriggers before learners hit conditional logic and data sources.New content
13-pr-reviewer-workflow.md— core step; builds apull_request-triggered workflow that posts a review comment. Teaches the shift fromscheduleto event-driven triggers,pull-requests: writepermission, andsafe-outputs: create-issue-comment: limit: 1to cap comment spam.side-quest-13-01-pr-labeler-pattern.md— maps file-path patterns to labels viaadd-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 onopenedonly (notsynchronize); 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 ✅/Wiring
README.mdcurriculum table and side quests section updated.13-pr-reviewer-workflow.