feat: replace relative links with raw.githubusercontent in start-exercise workflow #108
Merged
FidelusAleksander merged 7 commits intomainfrom Feb 5, 2026
Merged
feat: replace relative links with raw.githubusercontent in start-exercise workflow #108FidelusAleksander merged 7 commits intomainfrom
raw.githubusercontent in start-exercise workflow #108FidelusAleksander merged 7 commits intomainfrom
Conversation
…workflow Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the “Start Exercise” reusable workflow to consolidate README updates into the issue-creation job, and to rewrite relative image links in step markdown so they render correctly outside the repository context (e.g., in Skills issue flows).
Changes:
- Merged the previous
update_readmejob intocreate_exercise, so issue creation and README updates occur in a single job. - Added a find/replace step to convert
../images/references in.github/steps/*.mdto absoluteraw.githubusercontent.comURLs. - Fixed the
issue_urlvariable source to use thecreate-issuestep output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chriswblake
approved these changes
Feb 4, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chriswblake
approved these changes
Feb 4, 2026
raw.githubusercontent in start-exercise workflow
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.
Changes
This pull request streamlines the workflow for starting an exercise by merging the previously separate "update_readme" job into the "create_exercise" job, ensuring that both issue creation and README updates happen in a single job. It also introduces a step to update image URLs in step files allowing to store images in repo instead of user attachments and still work fine for Skills issue flow
Workflow consolidation and improvements:
Documentation updates:
.github/steps/*.mdfiles with absolute URLs, ensuring images render correctly regardless of context.README.mdand all step markdown files, so changes to documentation are committed together.Variable and output handling:
issue_urlin the template-vars section to use the correct step output, ensuring the README contains the right link.Checklist