-
chore(repo): add sandbox exclusions for writes and reads (#34699)
发布于
2026-03-04 15:20:30 +00:00 Current Behavior
The sandboxing config only excludes reads for
node_modules,.nx,
.git, andpackage.jsonpaths. No write exclusions are configured,
andpnpm-workspace.yamlis not excluded from reads.Expected Behavior
- The
nx/**/*directory is excluded from write sandboxing, allowing
write operations to the nx directory during CI workflows. pnpm-workspace.yamlis excluded from read sandboxing, similar to
other workspace config files.
Related Issue(s)
N/A
下载附件
- The