Expanded allowed characters for owner name and repo name in a project URL and a resource URL. #25
Conversation
…repo name in a project URL and a resource URL.
EndBug
left a comment
There was a problem hiding this comment.
Nice catch!
While we're at it, why don't we also change it as I put in the suggestions? That would include also _ characters
|
I think I initially messed up w/ how I incorporated your changes, but I've made two commits to get the regex as you suggested, i.e. '\d\w-._'. Please see the two additional commits. |
|
@ben-v No problem, that works too 😄 Fyi, if you need more info on how to incorporate suggested PR changes, here's a quick link to GitHub docs ;) Thanks for the PR, I'll merge it right away ❤️ |
Ha..yes I def need to review those docs. Thanks for sending over!! |
* 'main' of https://github.com/teqbench/project-fields: chore(deps): bump @types/node from 20.8.3 to 20.8.10 (EndBug#31) chore(deps): bump @actions/github from 5.1.1 to 6.0.0 (EndBug#32) chore(deps): bump csv from 6.3.4 to 6.3.5 (EndBug#30) chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (EndBug#29) chore(deps): bump @vercel/ncc from 0.38.0 to 0.38.1 (EndBug#28) ci(deps): bump actions/setup-node from 3 to 4 (EndBug#27) chore(deps): bump undici from 5.25.4 to 5.26.3 (EndBug#26) 2.0.1 Expanded allowed characters for owner name and repo name in a project URL and a resource URL. (EndBug#25)
Added
.and_to the allowed characters for owner name and repo name in a project URL and a resource URL.