-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Labels
Description
Problem
The test repo is 33GB. Full actions/checkout takes 25+ minutes on the agent job, leaving insufficient time for the actual agent work.
Evidence from v6: fastify checkout took 24m38s (was 59s in v5 when repo was smaller). The agent only got 3m24s of actual execution time.
Suggested Implementation
Add sparse-checkout support to workflow frontmatter:
checkout:
sparse:
- node/fastify
- .githubThe compiler would then generate the agent job's checkout step with:
with:
sparse-checkout: |
node/fastify
.githubThis would reduce checkout from 25min to seconds for large monorepos.
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.