From 124ebef4108834e254fc29d7d85d75824e7d60dd Mon Sep 17 00:00:00 2001 From: Bilal Mahmoud Date: Wed, 27 Nov 2024 21:17:38 +0100 Subject: [PATCH] Update action.yml Co-authored-by: Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> --- .github/actions/prune-repository/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/prune-repository/action.yml b/.github/actions/prune-repository/action.yml index 472852f58e1..f68413e1c86 100644 --- a/.github/actions/prune-repository/action.yml +++ b/.github/actions/prune-repository/action.yml @@ -21,6 +21,7 @@ runs: SCOPES=$(echo "${{ inputs.scope }}" | tr '\n' ' ') # TODO: remove once deer is in labs + # see https://linear.app/hash/issue/H-3692/move-deer-to-labs # Nested crates are pruned in a way where the lockfile does not correctly reflect the pruned workspace, leading to an installation failure. # Check if any of the scopes start with @rust/deer # If any deer crate is in scope, include all deer crates