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}") )