[PR #3173] [MERGED] ci: shallow clone in all workflows #3242

Closed
opened 2026-06-05 18:21:32 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3173
Author: @mdrxy
Created: 3/17/2026
Status: Merged
Merged: 3/17/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/fetch-depth


📝 Commits (1)

  • 9de24ac ci: shallow clone in all workflows

📊 Changes

8 files changed (+20 additions, -0 deletions)

View changed files

📝 .github/workflows/_check-links.yml (+2 -0)
📝 .github/workflows/_lint.yml (+2 -0)
📝 .github/workflows/_test.yml (+2 -0)
📝 .github/workflows/check-agents-sync.yml (+2 -0)
📝 .github/workflows/check-import-mappings.yml (+2 -0)
📝 .github/workflows/ci.yml (+4 -0)
📝 .github/workflows/publish.yml (+2 -0)
📝 .github/workflows/update-package-downloads.yml (+4 -0)

📄 Description

Add fetch-depth: 1 to all actions/checkout@v6 steps across CI workflows. Full git history isn't needed for any of these jobs — shallow clones cut checkout time and reduce runner disk/network usage.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3173 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/fetch-depth` --- ### 📝 Commits (1) - [`9de24ac`](https://github.com/langchain-ai/docs/commit/9de24acaf25c1edfdae1c957d1900284ce3bb3ca) ci: shallow clone in all workflows ### 📊 Changes **8 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_check-links.yml` (+2 -0) 📝 `.github/workflows/_lint.yml` (+2 -0) 📝 `.github/workflows/_test.yml` (+2 -0) 📝 `.github/workflows/check-agents-sync.yml` (+2 -0) 📝 `.github/workflows/check-import-mappings.yml` (+2 -0) 📝 `.github/workflows/ci.yml` (+4 -0) 📝 `.github/workflows/publish.yml` (+2 -0) 📝 `.github/workflows/update-package-downloads.yml` (+4 -0) </details> ### 📄 Description Add `fetch-depth: 1` to all `actions/checkout@v6` steps across CI workflows. Full git history isn't needed for any of these jobs — shallow clones cut checkout time and reduce runner disk/network usage. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:32 -04:00
yindo closed this issue 2026-06-05 18:21:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3242