-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ignore previously failed checks on pull_request edited #383
Comments
![]() It looks like this API call returns the last runs and all their attempts by default, not just the last runs and their last attempt. There would need to be code added to filter out just the previous runs and only look at the most recent attempts. IMO, that makes sense for this check to do. |
For type |
It fails even after you manually re-run the wait for status check. Only pushing a new commit allows it to pass. |
@devodev you closed your PR, did you find a workaround? |
No workaround, I simply don't use it anymore and therefore have no need for this. Also the PR has been open for months with no activity and now has a merge conflict, which I don't feel like maintaining. |
We have a workflow that checks the format of a PR title and it runs on
If I open a PR with a title that fails this check, our summary workflow below fails as expected:
However, if I edit the PR title and get the PR title workflow to run again and pass, the require-all-checks workflow still fails.
Is there a way to ignore previous failures on pull request edited triggers?
The text was updated successfully, but these errors were encountered: