You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(validation): allow repo names starting with period
GitHub allows repository names that start with a period (e.g., .github,
.dotfiles). Updated REPO_COMPONENT_PATTERN to accept names starting with
alphanumeric OR period.
This fixes the "Invalid repository name format" error when selecting
repositories from the GitHub API.
0 commit comments