Skip to content

fix: handle multiple patterns in bit fork command#10093

Merged
davidfirst merged 2 commits intomasterfrom
fix-fork-multiple-patterns
Nov 25, 2025
Merged

fix: handle multiple patterns in bit fork command#10093
davidfirst merged 2 commits intomasterfrom
fix-fork-multiple-patterns

Conversation

@davidfirst
Copy link
Member

@davidfirst davidfirst commented Nov 25, 2025

Fixed the getPatternWithScopeName function in the bit fork command to properly handle multiple comma-separated patterns.

The function now splits patterns by commas, processes each pattern individually to add the scope name if needed, and joins them back together.

This fixes the issue where patterns like backend/**, ui/** would not work correctly.

@davidfirst davidfirst merged commit 13f04bf into master Nov 25, 2025
12 checks passed
@davidfirst davidfirst deleted the fix-fork-multiple-patterns branch November 25, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants