Skip to content

fix(ci): skip changeset-check for release PRs#409

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/ci-changeset-release-check
Jan 9, 2026
Merged

fix(ci): skip changeset-check for release PRs#409
FL4TLiN3 merged 1 commit intomainfrom
fix/ci-changeset-release-check

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Jan 9, 2026

Summary

  • Skip the changeset-check job for changeset-release/ branches

The changeset-check job runs pnpm changeset status --since=origin/main which fails on release PRs because the changeset files have been consumed and converted to CHANGELOG entries. This is the expected behavior for release PRs.

This follows the same pattern we use for dependabot PRs.

Test plan

🤖 Generated with Claude Code

The changeset-check job fails on changeset-release/* branches because
the changeset files are consumed and converted to CHANGELOG entries.
This is expected behavior for release PRs, so we skip this job similar
to dependabot PRs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit aed1ce5 into main Jan 9, 2026
10 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/ci-changeset-release-check branch February 25, 2026 13:37
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