Skip to content

ci: skip the changeset guard on the Version Packages PR - #9

Merged
davidjalbers merged 1 commit into
mainfrom
fix/skip-changeset-guard-on-release-pr
Jul 13, 2026
Merged

ci: skip the changeset guard on the Version Packages PR#9
davidjalbers merged 1 commit into
mainfrom
fix/skip-changeset-guard-on-release-pr

Conversation

@davidjalbers

Copy link
Copy Markdown
Contributor

PR #8's changeset check fails by construction: the Version Packages PR is built by changeset version, which consumes the changeset files it releases, so from changeset-release/main the guard sees changed packages with no changesets — its error condition is that branch's expected state.

The guard now skips changeset-release/* branches. A skipped required check still satisfies branch protection.

After this merges, changesets/action will refresh PR #8 on the next main push, its checks re-run with the fixed workflow, and it becomes mergeable.

🤖 Generated with Claude Code

changeset version consumes the changeset files it releases, so on
changeset-release/* the guard's failure condition is the expected state.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@davidjalbers
davidjalbers merged commit 2bc27a9 into main Jul 13, 2026
2 checks passed
@davidjalbers
davidjalbers deleted the fix/skip-changeset-guard-on-release-pr branch July 13, 2026 14:24
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