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(license-scanner): handle git repo names with capital letters #7488

Merged
merged 6 commits into from
Jan 9, 2024

Conversation

erichiggins0
Copy link
Contributor

This fixes a bug in the license scanner where long repository names and repository names with capital letters wouldn't be handled correctly. For one of these repositories, the filename should be of the form github.com+<organization>+<repo name>@<version>_<hash>, but the license scanner currently drops the hash and uses github.com+<organization>+<repo name>@<version>. This causes an error because it can't find the package index file.

Copy link

welcome bot commented Jan 4, 2024

💖 Thanks for opening this pull request! 💖
Please be patient and we will get back to you as soon as we can.

Copy link
Contributor

@weyert weyert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zkochan zkochan merged commit 1b15e8a into pnpm:main Jan 9, 2024
7 of 8 checks passed
Copy link

welcome bot commented Jan 9, 2024

Congrats on merging your first pull request! 🎉🎉🎉

zkochan added a commit that referenced this pull request Jan 9, 2024
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
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