Skip to content

Conversation

@Gumball12
Copy link

@Gumball12 Gumball12 commented Nov 11, 2025

Changes

image
  • Copy Files now accepts files, directories, and glob patterns

Behavior

  • Directories are copied recursively with structure preserved
  • Globs are resolved from the project root
  • Paths are canonicalized
  • Items outside the repo are skipped & logged (warn)
  • Non-matching patterns and file copy errors log warn and continue
  • Normalize path separators on Windows for cross-platform glob

Tests

  • Mixed inputs (file/dir/glob), recursive paths (**/*.yml), duplicate patterns, whitespace/empty input, outside path inputs skipped

Closes #1211

@ggordonhall ggordonhall self-requested a review November 24, 2025 10:04
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.

[Feature Request] Support directories & glob patterns in "Copy Files"

1 participant