We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c34494 commit 0da2ef0Copy full SHA for 0da2ef0
src/routes/team/[team]/repositories/+page.svelte
@@ -48,7 +48,7 @@
48
};
49
50
const validateRepo = (input: string) => {
51
- const pattern = /^[a-zA-Z0-9_-]+\/[a-zA-Z0-9_-]+$/;
+ const pattern = /^[a-zA-Z0-9_-]+\/[a-zA-Z0-9._-]+$/;
52
return pattern.test(input);
53
54
0 commit comments