From fed0acf1e88ef90725ffceabacc80b77605fde18 Mon Sep 17 00:00:00 2001 From: clockwork-labs-bot Date: Mon, 21 Sep 2026 13:17:27 -0400 Subject: [PATCH] CI - Preserve base history in CODEOWNERS check --- tools/ci/commands/codeowners-check/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/commands/codeowners-check/src/main.rs b/tools/ci/commands/codeowners-check/src/main.rs index 798075f3424..15f5865dc3c 100644 --- a/tools/ci/commands/codeowners-check/src/main.rs +++ b/tools/ci/commands/codeowners-check/src/main.rs @@ -52,7 +52,6 @@ fn fetch_base_ref(base_ref: &str) -> Result<()> { "git", "fetch", "--no-tags", - "--depth=1", "origin", &format!("{ref_name}:refs/remotes/origin/{ref_name}") )