Skip to content

Conversation

@earlduque
Copy link
Contributor

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.
image

claude and others added 2 commits October 2, 2025 16:17
…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.
Added file system compatibility validation to prevent folder/file nam…
@wiz0floyd
Copy link
Contributor

Looks good

@wiz0floyd wiz0floyd merged commit 6262b6c into ServiceNowDevProgram:main Oct 3, 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