ci: remove pkg.pr.new per-PR preview publishing#44
Merged
subhampatel1108 merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
The per-PR preview workflow isn't needed for this project right now and was also failing on every dependabot PR because the pkg.pr.new GitHub App was never installed on the repo. - Delete .github/workflows/pkg-pr-new.yml - Remove the pkg-pr-new.yml bullet from CHANGELOG Unreleased - Drop the release-flow paragraph in CONTRIBUTING.md that referenced it Kept the sync-bindings.yml references to pkg.pr.new URLs — those describe consuming upstream blend-design-system's previews for local testing, a distinct use case from publishing our own. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the pkg.pr.new preview publishing workflow from this project.
.github/workflows/pkg-pr-new.ymlCHANGELOG.mdUnreleasedCONTRIBUTING.mdrelease flowWhy
Not needed for this project right now. The workflow was also failing on every dependabot PR (#31–#36) because the pkg.pr.new GitHub App was never installed on the repo — removing the workflow unblocks those.
Kept intentionally
sync-bindings.ymlstill references pkg.pr.new URLs in its input description and prerelease warning. That's about consuming upstream@juspay/blend-design-system's previews for local testing against an unmerged blend change — a distinct use case from publishing our own. Easy follow-up if you want those gone too.Side effect
Dependabot PRs #31–#36 should turn green once this merges (they currently fail only on the
Publish previewcheck).🤖 Generated with Claude Code