-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: Add fail_on_error option to suppress failing #288
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
I would like to second this request. We have a workflow that determines whether a release exists:
When the release does not exist, the plugin errors out with HTTP status 404, but the So the functionality works - however, we get the error reported in the actions summary, which looks bad:
When the new option is specified to the plugin, any error status (e.g. 404) should no longer be returned as an error, but should still be accessible in the status output parameter. Our complete workflow is here: https://github.com/zhmcclient/python-zhmcclient/blob/master/.github/workflows/publish.yml |
@Uzlopak Aras, if you are still willing to create a PR for this, I guess an option named "fail_on_error" with a default of true would be a good start. If the project owners want something different, it will come up in the PR review. |
Describe the need
I have a workflow, where i remove a label from a PR. It would be good to add an option to the action.yml which just outputs a warning and not a failure, so e.g. if the label is already removed it does not show an error in the overview.
If we agree on the name of the option, I would provide a PR.
SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: