Skip to content

docs: add v0.1.3 changelog and skip CI for docs-only PRs#9

Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:release-v0.1.3
Mar 24, 2026
Merged

docs: add v0.1.3 changelog and skip CI for docs-only PRs#9
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:release-v0.1.3

Conversation

@simongdavies
Copy link
Copy Markdown
Member

@simongdavies simongdavies commented Mar 24, 2026

  • Add v0.1.3 changelog entry for plugin .ts/.js loading fix
  • Skip lint, build, and test jobs when only docs change
  • Uses dorny/paths-filter to detect code vs docs-only changes

Copilot AI review requested due to automatic review settings March 24, 2026 08:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 changes job 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.

Comment thread .github/workflows/pr-validate.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread .github/workflows/pr-validate.yml
Comment thread .github/workflows/pr-validate.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/pr-validate.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/pr-validate.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread .github/workflows/pr-validate.yml
Comment thread .github/workflows/pr-validate.yml
- 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>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@simongdavies simongdavies merged commit 2ca15c8 into hyperlight-dev:main Mar 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants