LINBEE-20702: Optimize git clone performance with shallow-since #432
gitStream.cm / linearb-ai/linearb_ai_description
succeeded
Nov 25, 2025 in 7s
describe-changes@v1
describe-changes@v1: with concatenate mode: append
✨ PR Description
Purpose: Optimize git clone performance in GitHub Action by replacing deep fetches with time-limited shallow clones.
Main changes:
- Replaced
--deepen=$ALLwith--shallow-since="6 months ago"for git fetch operations - Removed unnecessary
ALL=2147483647variable declaration - Maintained the same branch checkout workflow with optimized fetch strategy
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how
Loading