Skip to content

Merge branch 'develop' into LINBEE-20702

b54b965
Select commit
Loading
Failed to load commit list.
Merged

LINBEE-20702: Optimize git clone performance with shallow-since #432

Merge branch 'develop' into LINBEE-20702
b54b965
Select commit
Loading
Failed to load commit list.
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=$ALL with --shallow-since="6 months ago" for git fetch operations
  • Removed unnecessary ALL=2147483647 variable 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