This package only provides type-checking and editor IntelliSense for the
.cjs scripts loaded by actions/github-script in workflows — nothing in
CI relies on its node_modules being present. But folding it into the
workspace means there's exactly one lockfile to update and one
`pnpm install` to run.
Two new pnpm-workspace.yaml entries fall out:
- allowBuilds: @actions/github-script (fetched from git, has a husky
prepare script that compiles dist/).
- trustPolicyExclude: undici@5.29.0, a transitive of @actions/http-client
whose older 5.x releases shipped with provenance but this one doesn't.
The local .github/scripts/.gitignore is now redundant since the root
.gitignore covers node_modules workspace-wide.