This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit f55c19e
committed
Relax the GitHub pane URL regex.
Fix the GitHub pane URL regex that was causing #1376.
Although the actual regex for validating GitHub usernames and repository names are more complex than this, we're not actually _validating_ them, we just want to be able to parse them. The new regex, `[\w_.-]+` should encompass all valid usernames and repo names I think.
Fixes #13761 parent ba29d80 commit f55c19e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
| 405 | + | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
0 commit comments