Skip to content

Commit 723653c

Browse files
tombeckenhamclaude
andauthored
chore(ci): remove changeset version preview job (#1049)
The shared changeset-preview action reads every pending changeset in .changeset/ rather than just the PR's delta, so with ~50 unreleased changesets accumulated the comment misattributes the whole backlog (including bogus 1.0.0 major bumps) to every PR. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 4a8a1ab commit 723653c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,3 @@ jobs:
4848
run: pnpm run build:all
4949
- name: Publish Previews
5050
run: pnpx pkg-pr-new publish --pnpm './packages/*'
51-
version-preview:
52-
name: Version Preview
53-
runs-on: ubuntu-latest
54-
permissions:
55-
contents: read
56-
pull-requests: write
57-
steps:
58-
- name: Checkout
59-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60-
with:
61-
persist-credentials: false
62-
- name: Setup Tools
63-
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main
64-
- name: Changeset Preview
65-
uses: TanStack/config/.github/changeset-preview@190f659075ff0845850e330883eb26d7ffd0671f # main

0 commit comments

Comments
 (0)