ci(custom-checks): add check to ensure all packages are public scoped #3666
Labels
Flaky-Test-Automation
Issues related to test stability (which is a long running issue that can never fully be solved)
P2
Priority 2: High
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Milestone
Description
If any of the packages are scoped private (which breaks the release automation) then this should be caught immediately at the time when the pull request is being submitted that is adding a package as private or making an existing package private.
If we have private packages then the publishing fails with errors logs (will open a separate issue to fix those):
2024-12-02T17-20-58-nodejs-package-publish-crash-private-pkg-vs-provenance.log
Acceptance Criteria
custom-checks
if any of the packages are not set to public access explicitly in the package.jsonThe text was updated successfully, but these errors were encountered: