-
Notifications
You must be signed in to change notification settings - Fork 134
Closed as not planned
Labels
Description
Is your feature request related to a problem? Please describe.
When license of the package is unrecognized, this action still finishes successfully. Due to this problem we can easily miss usage of a package with an incompatible license.
For now I am setting comment-summary-in-pr
to always
instead of on-failure
to notice problem but it does not allow me to prevent merge by branch protection and it posts useless comments when no dependencies changed.
Describe the solution you'd like
Add option fail-on-unknown-license: true
Describe alternatives you've considered
No config, just always fail on unknown.