Exclude deprecated v0 example from feedstock creation - #2245
Merged
Conversation
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The staged-recipes v0 example was renamed from
exampletoexample-v0-deprecatedin conda-forge/staged-recipes#34433. The feedstock creation automation still excluded only the old directory name, so it treated the renamed example as a real recipe and removed it in conda-forge/staged-recipes@b0fa2bf.This adds the renamed directory to
list_recipes()' skip list and updates the workflow's early-exit filter to consistently exclude both current examples (while retaining the oldexampleexclusion). Once merged, we can safely restorerecipes/example-v0-deprecated/meta.yamlin staged-recipes without it being processed and deleted again.Validated with pre-commit and a shell check covering example-only and real-recipe file lists.