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
Hi @npalm, agreed: if there's an error in a step then we should set an error message using core.setFailed. The workflow step can then still be allowed to continue if the user wants that using continue-on-error: true if needed.
Implement separate class or module for validation that is called by either the executor or parse action
I'd be in favour of adding this logic independently from the issue-parser, as it makes sense to validate the data as early as possible also if the cli tool is used standalone.
Describe the bug
When the issue is not validated correct by the action, thw workflow still continues and tries to process all the steps.
To Reproduce
Setup the repo as described
Expected behavior
Should the validate not error the worklfow in case of a failure?
The text was updated successfully, but these errors were encountered: