We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Github API offers a way to detect the license listed on the repository: https://docs.github.com/en/rest/reference/licenses
We could detect it when available, and compare to the license attribute.
So far, we have been doing manually when reviewing recipes.
It won't achieve 100% of PRs, because not all projects offer a license file or are not hosted on Github, but it improve our review time.
The text was updated successfully, but these errors were encountered:
Gitlab also offers same https://docs.gitlab.com/ee/api/license.html We can do it on separated PRs.
Sorry, something went wrong.
uilianries
Successfully merging a pull request may close this issue.
The Github API offers a way to detect the license listed on the repository: https://docs.github.com/en/rest/reference/licenses
We could detect it when available, and compare to the license attribute.
So far, we have been doing manually when reviewing recipes.
It won't achieve 100% of PRs, because not all projects offer a license file or are not hosted on Github, but it improve our review time.
The text was updated successfully, but these errors were encountered: