ci: replace renovate-changeset with shared workflow - #1938
Merged
Conversation
Switch from the local mscharley/dependency-changesets-action (which has a bug with single-quoted YAML keys in pnpm catalog diffs) to the shared renovate-changeset workflow from merchant-center-application-kit. Also migrates from the archived tibdex/github-app-token, adds a paths filter to skip non-npm dependency PRs, adds sticky PR comments, and adds gitIgnoredAuthors so Renovate continues rebasing after the bot commit.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Bundle Size ReportLast updated: 2026-08-20 23:54:38 UTC
Baseline source: comment-chain |
misama-ct
approved these changes
Aug 21, 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.
Replaces the local renovate-changeset workflow with the shared one from merchant-center-application-kit.
What changes
workflow_calltomerchant-center-application-kit's tested script (fixes single-quoted YAML bug)actions/create-github-app-token(tibdex is archived)pathsfilter so non-npm Renovate PRs (GitHub Actions, Docker) don't trigger the workflowpackage-dirs: 'packages'— onlypackages/*are published; allapps/*areprivate, so they're excluded from the changeset scangitIgnoredAuthorswas already present in.github/renovate.json(asgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>), so no change was needed thereNotes
🤖 Type: Dependencies. This matches the label nimbus's previous workflow already checked for, so no mismatch was found.CT_CHANGESETS_APP_ID/CT_CHANGESETS_APP_PEMsecrets to be available to this repo (passed viasecrets: inherit), same as before.