-
Notifications
You must be signed in to change notification settings - Fork 32
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
wait_for_all_checks timeout on merge with rulesets #402
Comments
Thanks for reporting this @ofer-classiq, we already spoke with you about this, but I want to provide an update here for everyone else. We determined that this is an issue with GitHub Rulesets, which are currently unsupported. We've added this to our roadmap backlog and will prioritize it when we have the opportunity. We'll provide updates on this improvement in this thread. |
Is there a work around for this? Is it possible to ensure that this workflow is executed after the fx CircleCI tests? |
Hi @floskel, The problem reported in this issue is an issue with the |
Can you please share the method |
It is setup with CircleCIs GitHub app as described here https://circleci.com/docs/enable-checks/#enable-github-checks |
Describe the bug
merge wait_for_all_checks gets timed out waiting for all required checks to complete, resulting in a "skipped" status.
There are no failures on the action and in the checks.
To Reproduce
We're using the safe_changes example with rebase_on_merge.
Expected behavior
Wait for all checks to complete or the specific action should be re-triggered on check results.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: