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

Add workflow to check licenses #226

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Add workflow to check licenses #226

merged 2 commits into from
Dec 17, 2024

Conversation

NyanKiyoshi
Copy link
Member

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.

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.
@NyanKiyoshi NyanKiyoshi self-assigned this Dec 13, 2024
Copy link

changeset-bot bot commented Dec 13, 2024

⚠️ No Changeset found

Latest commit: 8f00734

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saleor-app-payment-stripe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 13, 2024 2:19pm

Copy link
Contributor

github-actions bot commented Dec 13, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 99.54% 90118/90535
🟢 Branches 80.29% 383/477
🟢 Functions 81.56% 115/141
🟢 Lines 99.54% 90118/90535

Test suite run success

261 tests passing in 104 suites.

Report generated by 🧪jest coverage report action from 8f00734

Copy link
Contributor

Differences Found

✅ No packages or licenses were added.

Summary

Expand
License Name Package Count Packages
0BSD 1
Packages
  • tslib
CC-BY-3.0 1
Packages
  • spdx-exceptions
MPL-2.0 1
Packages
  • axe-core
Public Domain 1
Packages
  • jsonify
Python-2.0 1
Packages
  • argparse
WTFPL 1
Packages
  • utf8-byte-length
CC-BY-4.0 2
Packages
  • @saleor/macaw-ui
  • caniuse-lite
<<missing>> 3
Packages
  • busboy
  • saleor-app-payment-stripe
  • streamsearch
CC0-1.0 3
Packages
  • language-subtag-registry
  • spdx-license-ids
  • type-fest
BSD-2-Clause 17
Packages
  • @typescript-eslint/parser
  • @typescript-eslint/typescript-estree
  • css-what
  • damerau-levenshtein
  • dotenv
  • entities
  • eslint-scope
  • espree
  • esprima
  • esrecurse
  • estraverse
  • esutils
  • glob-to-regexp
  • normalize-package-data
  • terser
  • uri-js
  • webidl-conversions
BSD-3-Clause 23
Packages
  • @humanwhocodes/object-schema
  • @saleor/eslint-plugin-saleor-app
  • @sentry/cli
  • @xtuc/ieee754
  • asn1js
  • diff
  • esquery
  • exenv
  • hoist-non-react-statics
  • ieee754
  • immutable
  • istanbul-lib-coverage
  • istanbul-lib-report
  • istanbul-lib-source-maps
  • istanbul-reports
  • qs
  • secure-json-parse
  • serialize-javascript
  • signedsource
  • source-map
  • And 3 more...
Apache-2.0 37
Packages
  • @ampproject/remapping
  • @humanwhocodes/config-array
  • @humanwhocodes/module-importer
  • @opentelemetry/api
  • @opentelemetry/semantic-conventions
  • @pollyjs/adapter
  • @pollyjs/adapter-fetch
  • @pollyjs/adapter-node-http
  • @pollyjs/core
  • @pollyjs/node-server
  • @pollyjs/persister
  • @pollyjs/persister-fs
  • @pollyjs/utils
  • @swc/counter
  • @swc/helpers
  • @webassemblyjs/leb128
  • @xtuc/long
  • aria-query
  • axobject-query
  • bser
  • And 17 more...
ISC 57
Packages
  • @saleor/app-sdk
  • @saleor/json-schema-compiler
  • @ungap/structured-clone
  • cli-color
  • cli-width
  • cliui
  • d
  • electron-to-chromium
  • es5-ext
  • es6-symbol
  • es6-weak-map
  • eslint-import-resolver-typescript
  • ext
  • fastq
  • flatted
  • fs.realpath
  • get-caller-file
  • glob
  • glob-parent
  • graceful-fs
  • And 37 more...
MIT 1050
Packages
  • @aashutoshrathi/word-wrap
  • @adobe/css-tools
  • @ardatan/relay-compiler
  • @ardatan/sync-fetch
  • @babel/code-frame
  • @babel/compat-data
  • @babel/core
  • @babel/generator
  • @babel/helper-annotate-as-pure
  • @babel/helper-compilation-targets
  • @babel/helper-create-class-features-plugin
  • @babel/helper-environment-visitor
  • @babel/helper-function-name
  • @babel/helper-hoist-variables
  • @babel/helper-member-expression-to-functions
  • @babel/helper-module-imports
  • @babel/helper-module-transforms
  • @babel/helper-optimise-call-expression
  • @babel/helper-plugin-utils
  • @babel/helper-replace-supers
  • And 1030 more...

@NyanKiyoshi NyanKiyoshi marked this pull request as ready for review December 13, 2024 12:13
@NyanKiyoshi NyanKiyoshi requested a review from a team as a code owner December 13, 2024 12:13
An upcoming release will use labels to handle external contributions due to lack of `write` permissions
@NyanKiyoshi NyanKiyoshi merged commit 86e89e4 into canary Dec 17, 2024
15 checks passed
@NyanKiyoshi NyanKiyoshi deleted the actions/check-licenses branch December 17, 2024 11:52
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.

2 participants