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
As a Developer I can do have warnings be reported as errors, so that the pipeline will fail so I know to fix them.
Is your feature request related to a problem?
Github actions only support a success and failure state, however spectral has support for warnings that get ignored.
Having an option to to have the warnings be reported as failures could be beneficial to cause the pipeline to fail to draw attention to the potential issue.
Describe the solution you'd like
The option to return an error status from an action when any warnings are present.
Additional context
Sample of the warnings being applied but the pipeline showing as passing
PR Check not showing the presents of any warnings
The text was updated successfully, but these errors were encountered:
User story.
As a Developer I can do have warnings be reported as errors, so that the pipeline will fail so I know to fix them.
Is your feature request related to a problem?
Github actions only support a
success
andfailure
state, however spectral has support for warnings that get ignored.Having an option to to have the warnings be reported as failures could be beneficial to cause the pipeline to fail to draw attention to the potential issue.
Describe the solution you'd like
The option to return an error status from an action when any warnings are present.
Additional context
Sample of the warnings being applied but the pipeline showing as passing
PR Check not showing the presents of any warnings
The text was updated successfully, but these errors were encountered: