Skip to content

fix: track typescript-go submodule updates#227

Merged
mattiamanzati merged 1 commit into
mainfrom
fix/update-typescript-go-submodule-pr
May 22, 2026
Merged

fix: track typescript-go submodule updates#227
mattiamanzati merged 1 commit into
mainfrom
fix/update-typescript-go-submodule-pr

Conversation

@mattiamanzati

Copy link
Copy Markdown
Contributor

Summary

Fix the automated TypeScript-Go update workflow so the generated PR commits the updated typescript-go gitlink instead of only updating the PR body.

Root cause

The repo config sets submodule.typescript-go.ignore = all, so the workflow could read the updated nested checkout but Git would ignore the superproject gitlink change when building the generated commit.

Changes

  • set submodule.typescript-go.ignore to none inside the workflow job
  • explicitly stage typescript-go after updating the submodule

This keeps the committed submodule pointer aligned with the PR description and changelog.

@mattiamanzati mattiamanzati merged commit bdf6b88 into main May 22, 2026
5 checks passed
@mattiamanzati mattiamanzati deleted the fix/update-typescript-go-submodule-pr branch May 22, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant