Skip to content

Skip version-bump check for documentation-only PRs#969

Merged
erikdarlingdata merged 2 commits into
mainfrom
dev
May 20, 2026
Merged

Skip version-bump check for documentation-only PRs#969
erikdarlingdata merged 2 commits into
mainfrom
dev

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

Carries #968 to main. Documentation-only dev → main PRs no longer fail check-version-bump — the version comparison is gated on whether any non-*.md file changed (via dorny/paths-filter). Code PRs are unaffected.

Bootstrap note

This PR itself changes a workflow file (not a doc), with no version bump, so check-version will fail one last time. Requires an admin merge. Every doc-only PR after this is clean.

🤖 Generated with Claude Code

erikdarlingdata and others added 2 commits May 19, 2026 21:41
A documentation-only dev->main PR (e.g. a CHANGELOG correction) does
not bump the version, so check-version-bump failed and required an
admin override to merge. The workflow now detects whether any non-*.md
file changed via dorny/paths-filter and only runs the version
comparison when it did. Documentation-only PRs hit a "Skip notice"
step instead, so the job still completes and the required check
reports success rather than being skipped (which would leave it stuck
pending).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…or-doc-only-prs

Skip version-bump check for documentation-only PRs
@erikdarlingdata erikdarlingdata merged commit 6877335 into main May 20, 2026
3 of 4 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.

1 participant