Skip to content

Conversation

@earlduque
Copy link
Owner

Added file system compatibility validation to prevent folder/file names that break when syncing to local systems (Windows in particular):

  • Names ending with periods (.) or spaces
  • Reserved Windows names (CON, PRN, AUX, NUL, COM1-9, LPT1-9)
  • Invalid characters (< > : " | ? * or control characters)
    The workflow now detects these issues automatically and provides specific guidance in the PR comment before closing.

…es that break when syncing to local systems (Windows in particular):

  - Names ending with periods (.) or spaces
  - Reserved Windows names (CON, PRN, AUX, NUL, COM1-9, LPT1-9)
  - Invalid characters (< > : " | ? * or control characters)
The workflow now detects these issues automatically and provides specific guidance in the PR comment before closing.
@earlduque earlduque merged commit d42ad76 into main Oct 2, 2025
2 checks passed
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.

3 participants