-
Notifications
You must be signed in to change notification settings - Fork 139
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
Prevent display_name conflicts in oss-directory #629
Comments
Worked! I did some script based de-duping and then found the following remaining dupes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's been suggested that we prevent multiple projects to claim the same display_name.
I've already written the validation logic to prevent this.
All you need to do is go here and uncomment line 118
https://github.com/opensource-observer/oss-directory/blob/main/src/actions/validate.ts#L118
Then run
pnpm validate
to see which files have conflicting names.This issue just embodies the manual work to help fix existing conflicts in our data set so that we can enable this validation in the future
The text was updated successfully, but these errors were encountered: