You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional context
The text was updated successfully, but these errors were encountered:
¿Su solicitud de función está relacionada con un problema? Descríbalo. Cuando no se reconoce la licencia del paquete, esta acción se completa correctamente. Debido a este problema, es fácil que no podamos utilizar un paquete con una licencia incompatible.
Por ahora estoy configurando comment-summary-in-pren alwayslugar de on-failurenotar el problema, pero no me permite evitar la fusión por protección de rama y publica comentarios inútiles cuando no se cambiaron dependencias.
Describe la solución que deseas Agregar opciónfail-on-unknown-license: true
Describe las alternativas que has considerado . Sin configuración, siempre falla en lo desconocido.
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
toalways
instead ofon-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.
Additional context
The text was updated successfully, but these errors were encountered: