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
Remove the silent two-library default from trigger-add-submodules.sh (#73)
* remove the silent two-library default from trigger-add-submodules.sh
* fix the coderabbitai review
* fix the first reviewer comments
* fix the second reviewer comments
| Body shape |`{"event_type":"add-submodules","client_payload":{...}}`|
103
103
|`client_payload`| All optional: `version`, `submodules` (list-like string), `lang_codes` (comma-separated). See [README](../README.md). |
104
-
| Script |`scripts/trigger-add-submodules.sh` builds JSON with `jq` or Python; omits empty optional fields. Both trigger scripts source shared [`scripts/trigger-dispatch-common.sh`](../scripts/trigger-dispatch-common.sh). |
104
+
| Script |`scripts/trigger-add-submodules.sh` builds JSON with `jq` or Python; omits empty optional fields; **`--submodules` is required** on the script even though the API field is optional. Both trigger scripts source shared [`scripts/trigger-dispatch-common.sh`](../scripts/trigger-dispatch-common.sh). |
0 commit comments