docs: add v0.1.3 changelog and skip CI for docs-only PRs#9
Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom Mar 24, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a v0.1.3 changelog entry and updates the PR validation workflow to skip the heavier CI jobs when changes don’t touch “code” paths (via dorny/paths-filter), while keeping a single status gate job.
Changes:
- Added v0.1.3 release notes to the changelog.
- Introduced a
changesjob in PR validation to detect code vs non-code changes. - Conditioned lint/test/build/docker jobs on the paths filter result.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CHANGELOG.md |
Adds v0.1.3 “Fixed” entries and the release link reference. |
.github/workflows/pr-validate.yml |
Adds a paths-filter-based “Detect Changes” job and gates expensive CI jobs on its output. |
10051dc to
100317e
Compare
100317e to
1737994
Compare
1737994 to
4575c9a
Compare
4575c9a to
157ac4e
Compare
- Add v0.1.3 changelog entry for plugin .ts/.js loading fix - Skip lint, build, and test jobs when only markdown files change - Uses dorny/paths-filter with '**' + '!**/*.md' pattern - Gate ci-status on changes job to catch filter failures Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
157ac4e to
024f85d
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.