Migrate user-attachments images to local repository#113
Migrate user-attachments images to local repository#113FidelusAleksander merged 4 commits intomainfrom
Conversation
…xercise version Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
|
@copilot Update start-exercise reusable workflow that is used to v0.8.1 version Important: Only update the start-exercise version reference. Do not modify any other references to exercise-toolkit elsewhere in the repository. |
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
Updated start-exercise workflow to v0.8.1 in commit 7c27b26. Only the start-exercise version reference was modified; all other exercise-toolkit references remain unchanged. |
|
@copilot Ensure that the repository is checked out at the This will ensure the current repository is checked out with the commit that was pushed by the previous |
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
Added |
There was a problem hiding this comment.
Pull request overview
This PR migrates a GitHub user-attachments image used in the exercise steps into the repository so it’s reliably available via relative links, and updates the Step 0 workflow to a toolkit version that supports rendering those relative image paths.
Changes:
- Added a locally hosted screenshot under
.github/images/. - Updated
.github/steps/4-step.mdto reference the local image via a relative path. - Bumped the
start-exercisereusable workflow tov0.8.1and ensured the post job checks outmain.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/0-start-exercise.yml | Updates start-exercise workflow version and checks out main for the post job so it reads the latest content. |
| .github/steps/4-step.md | Replaces the external user-attachments image URL with a repo-relative path. |
| .github/images/add-a-suggestion-button.png | Adds the migrated screenshot asset used by Step 4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Image Migration Task Plan
.github/images/directory.github/steps/4-step.mdto use relative path.github/workflows/0-start-exercise.ymlSummary
Successfully migrated the GitHub user-attachments image to the local repository:
.github/images/add-a-suggestion-button.pngwith descriptive filename based on alt text.github/steps/4-step.mdto use relative path../images/add-a-suggestion-button.pngref: mainto checkout step in post_next_step_content job to ensure it gets the latest commit from start_exercise workflowOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.