-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
PR doesnt get merged #163
Comments
I see the issue. Github branch protection rules compact for The fix is pretty straight forward. Thanks for reporting this. |
I've opened an issue with GitHub because I think there is some undocumented behavior here on GitHub's side. I have a test case in #166 based on some experimentation with the GitHub api. It appears that this only affects travis-ci and certain travis-ci checks. Here are some examples of status check truncation behavior
I'm not sure of all the travis-ci checks that truncate, I only have |
I think based on this issue travis-ci#9618, if you want an immediate solution you could move to the newer Checks based api, which I believe won't have this problematic behavior. |
Thx for the pointer. i just deleted the old services integrations. Lets see if this fixes the problem |
This is blocked until I can find all the possible status checks that map to `continuous-integration/travis-ci`. I've opened an issue with GitHub, so hopefully they will have information. fixes #163
sometimes a PR doesnt get merged by kodiak. in this cases kodiak states that it is waiting for 'travis ci' to get green.
but the ci checks already returned green.
this happened e.g. in the following PRs:
redaxo/redaxo#2818
redaxo/redaxo#2856
it works in 95% of our PRs as intended but sometimes doesnt... we werent able to identify why yet
see where all checks are already green but kodiak is still waiting for travis-ci:
we merged the PRs manually after waiting ~30min.
The text was updated successfully, but these errors were encountered: