You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* propagate submodule and clone failures through finalize exit codes
* fix the coderabbitai review comments
* run the code-cleanup tool
* fix the coderabbitai review comments
* run the code-review tool
* fix the first reviewer comment
|`LANG_CODES`|`add-submodules`, `start-translation`| Default language codes when **`client_payload.lang_codes`** is omitted (comma- or bracket-list, e.g. `zh_Hans,ja`). Must be set here or passed in the dispatch payload. |
210
-
|`SUBMODULES_ORG`|`add-submodules`, `start-translation`| Optional. GitHub org for **`boostorg`**mirror repos (e.g. `CppDigest`). If unset, the org is the same as this repository’s owner. **`sync-translation`** relies on **`.gitmodules`** URLs already pointing at the correct hosts. |
212
+
|`SUBMODULES_ORG`|`add-submodules`, `start-translation`| Optional. GitHub org for per-library mirror repos under **`MODULE_ORG`** (e.g. `CppDigest`). If unset, **`MODULE_ORG`** defaults to this repository’s owner. Upstream Boost libraries are cloned from **`boostorg`**. **`sync-translation`** relies on **`.gitmodules`** URLs already pointing at the correct hosts. |
0 commit comments