-
-
Notifications
You must be signed in to change notification settings - Fork 14
Ignore previously failed checks on pull_request edited #383
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
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. |
I think we would encounter this issue even if you manually retry a flaky failed job. |
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since <poseidon/wait-for-status-checks#383> apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Enhanced our automated process for monitoring pull request updates, ensuring more reliable and timely status reports during job execution. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since poseidon/wait-for-status-checks#383 apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED`
since <poseidon/wait-for-status-checks#383> apparently won't be addressed, this should implement that No checks aside from `IGNORED_JOBS` and `CURRENT_JOB` (self-ref loop) are allowed to be not `SUCCESS` or `SKIPPED` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Enhanced our automated process for monitoring pull request updates, ensuring more reliable and timely status reports during job execution with a direct script implementation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
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: