-
Notifications
You must be signed in to change notification settings - Fork 181
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
Add workflow to check licenses #226
Conversation
This adds a workflow that checks our repository does not use non-BSD-3 compatible licenses. The workflow reviews each pull requests against given rules, and sends a summary.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage report
Test suite run success261 tests passing in 104 suites. Report generated by 🧪jest coverage report action from 8f00734 |
Differences Found✅ No packages or licenses were added. SummaryExpand
|
An upcoming release will use labels to handle external contributions due to lack of `write` permissions
This adds a workflow that checks our repository does not use non-BSD-3 compatible licenses.
The workflow reviews each pull requests against given rules, and sends a summary.