-
Notifications
You must be signed in to change notification settings - Fork 6
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
branch protection checks in PR #10 are not recognized #13
Comments
I just closed and re-opened the PR to trigger CI again. Let's see what happens now. |
The CI has finished now, but the status checks still remain unchanged. |
Can you try opening a new PR with a random code change (e.g., just add a new blank line to |
Maybe just try to create a new branch and copy over the changes from the other one, opening a new PR. If the new PR works as expected, you can just close the old one, reference it from the new one (for comments, commit history etc.) and then proceed merging the new one |
I think that's a good idea, if this works it will be an easy solution. I will give it a try. |
Honestly, I don't see how. It would be OK for me to just check the checks manually though, merge this PR eventually (after convos have been resolved), and tehn hope that the next PR will; not suffer the same issues 😬 |
I was now able to fix the problems in the original PR #10 by commenting the unused lines. It really seems like somehow the coverage check is causing these problems. |
Does anyone have an idea how this could be related? |
No idea. I recommend to move forward and deal with it if it indeed pops up again |
As discussed in #16, removing the required check for coveralls seems to fix this problem, so I'll close this issue. |
In PR #10, there are some weird problems with status checks from the branch protection. After modifying the
ci.yml
the status checks got stuck. As can be seen in the picture below, initially while the workflow is running, checks are recognized:However, when the workflow finishes the status gets stuck and switches to the following output:
To fix this we merged the new CI workflow to main (see #12), so now the workflow is identical to main, but the checks are still stuck.
Does anyone have an idea how to fix this, or what else we could try?
The text was updated successfully, but these errors were encountered: