We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when the action fails to comment on a pull request, an error is returned but the workflow proceeds and is marked successful.
https://github.com/WordPress/wordpress-develop/actions/runs/7921215761/job/21626008525#step:2:10
In some situations, it could be important that the workflow fails when it's unable to comment.
Maybe something like how actions/upload-artifcat handles this through if-no-files-found, or codecov/codecov-action with fail_ci_if_error.
if-no-files-found
fail_ci_if_error
No response
https://github.com/WordPress/wordpress-develop
The text was updated successfully, but these errors were encountered:
desrosj
No branches or pull requests
Problem
Currently, when the action fails to comment on a pull request, an error is returned but the workflow proceeds and is marked successful.
https://github.com/WordPress/wordpress-develop/actions/runs/7921215761/job/21626008525#step:2:10
Feature Request
In some situations, it could be important that the workflow fails when it's unable to comment.
Maybe something like how actions/upload-artifcat handles this through
if-no-files-found
, or codecov/codecov-action withfail_ci_if_error
.Workaround
No response
Repository
https://github.com/WordPress/wordpress-develop
The text was updated successfully, but these errors were encountered: