Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of URLs #14809

Merged
merged 3 commits into from Jan 9, 2024
Merged

Fix parsing of URLs #14809

merged 3 commits into from Jan 9, 2024

Conversation

mrmr1993
Copy link
Member

@mrmr1993 mrmr1993 commented Jan 9, 2024

With this change, we now support all of the likely URLs, including

https://foo:bar@github.com/ORG/REPO.git
https://github.com/ORG/REPO.git
git://github.com/ORG/REPO.git
git@github.com:ORG/REPO.git

See this slack thread for original issue.

With this change, we now support all of the likely URLs, including
```
https://foo:bar@github.com/ORG/REPO.git
https://github.com/ORG/REPO.git
git://github.com/ORG/REPO.git
git@github.com:ORG/REPO.git
```
@mrmr1993 mrmr1993 requested a review from a team as a code owner January 9, 2024 05:17
@mrmr1993
Copy link
Member Author

mrmr1993 commented Jan 9, 2024

!ci-build-me

@mrmr1993
Copy link
Member Author

mrmr1993 commented Jan 9, 2024

!ci-build-me

@mrmr1993
Copy link
Member Author

mrmr1993 commented Jan 9, 2024

!approved-for-mainnet

@mrmr1993 mrmr1993 merged commit c6d090e into rampup Jan 9, 2024
11 checks passed
@mrmr1993 mrmr1993 deleted the feature/fix-parsing branch January 9, 2024 16:50
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.

None yet

3 participants