@W-23849761 | Wire registry locale validation into 26.9 CI - #121
Merged
shauryemahajanSF merged 1 commit intoAug 14, 2026
Conversation
The forward-integration bot promoted the locale-validation scripts and required-bm-locales.txt to release/26.9 (SalesforceCommerceCloud#119) but could not push .github/workflows/** under GITHUB_TOKEN, leaving the validators on 26.9 with nothing invoking them. Restore the workflow wiring to match release/26.8: - verify-zip.yml: add Step 10 to run validate-registry-translations.sh and add commerce-apps-manifest/translations/** and .github/config/** path triggers - test-scripts.yml: add .github/config/** path trigger Co-Authored-By: Claude Opus 4.8 (1M context) <claude.noreply@salesforce.com>
shauryemahajanSF
merged commit Aug 14, 2026
d33c4c0
into
SalesforceCommerceCloud:release/26.9
1 check passed
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
The forward-integration bot promoted the locale-validation scripts and
.github/config/required-bm-locales.txttorelease/26.9(via #119), butGITHUB_TOKENcannot push.github/workflows/**. As a result 26.9 ended up with the validator scripts present but nothing in CI invoking them — effectively dead code. This PR restores the workflow wiring so 26.9 matchesrelease/26.8.verify-zip.yml: add Step 10 – Validate registry translation locale files (runsvalidate-registry-translations.sh) and addcommerce-apps-manifest/translations/**+.github/config/**path triggerstest-scripts.yml: add.github/config/**path triggerScripts and
required-bm-locales.txtare already on 26.9 from #119 and are not re-added here (avoids the conflicts that closed #116).Test plan
bash .github/scripts/run-all-tests.sh— 10 suites, 0 failedverify-zip.ymlandtest-scripts.ymlrelease/26.8(modulo a pre-existing trailing-newline divergence)🤖 Generated with Claude Code