Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- run: pnpm format:check

versioning:
# The release PR consumes changesets rather than adding one — never flag it.
if: github.head_ref != 'changeset-release/main'
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Changesets-generated; never hand-formatted, so never format-checked.
**/CHANGELOG.md
Loading