When changesets creates its version packages PRs the only thing that should be changing are the versions in package.json files and changelog files.
But the PR is being subjected to the entire CI suite. We should review and decide what CI checks are really necessary for these PRs.
I think most can be skipped, since the changes on main will already be validated, and the tests etc will all run before the packages are deployed after the PR is merged.
When changesets creates its version packages PRs the only thing that should be changing are the versions in
package.jsonfiles and changelog files.But the PR is being subjected to the entire CI suite. We should review and decide what CI checks are really necessary for these PRs.
I think most can be skipped, since the changes on main will already be validated, and the tests etc will all run before the packages are deployed after the PR is merged.