This basically adds support for having actions on plugins that were processed with a warning instead of an error. The existing "failed" action type being reserved for plugins that were processed with errors, a new "warning" action type has been added for those processed with warnings, and another "failedOrWarning" was added to handle both cases in a single action.
This PR is related to a pyblish-lite PR: https://github.com/pyblish/pyblish-lite/pull/116
This basically adds support for having actions on plugins that were processed with a warning instead of an error. The existing "failed" action type being reserved for plugins that were processed with errors, a new "warning" action type has been added for those processed with warnings, and another "failedOrWarning" was added to handle both cases in a single action.