feat: refresh exercise and update to latest guidelines#1
Merged
chriswblake merged 13 commits intomainfrom Aug 3, 2025
Merged
Conversation
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.
This pull request refactors and simplifies the "Resolve Merge Conflicts" exercise by restructuring its steps, improving workflow logic, and updating the content for clarity and consistency. The changes involve replacing older markdown files and workflows with new, streamlined versions, as well as updating the automation logic to use more modern tools and conventions.
Content Updates:
1-create-a-pr.md,2-resolve-a-merge-conflict.md,3-create-your-own-conflict.md,4-merge-your-pull-request.md,X-finish.md) with new, concise versions (1-step.md,2-step.md,3-step.md,x-review.md) that provide clearer instructions and improved formatting. [1] [2] [3] [4] [5] [6] [7] [8]Workflow Improvements:
.github/workflows/0-start-exercise.ymlto use versionv0.7.0of theskills/exercise-toolkit, replaced manual GitHub CLI commands with reusable actions (e.g.,GrantBirki/comment@v2.1.1), and streamlined environment variable usage. [1] [2] [3] [4]1-create-a-pr.yml,2-resolve-a-merge-conflict.yml) and replaced them with simplified versions (1-step.yml). These new workflows use updated logic and tools for better maintainability. [1] [2] [3]Automation Enhancements:
These changes collectively enhance the exercise's usability, maintainability, and clarity, making it easier for users to learn how to resolve merge conflicts effectively.