Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Impossible to merge: status check is expected, despite it's validated #1493

Closed
curquiza opened this issue Apr 14, 2022 · 2 comments
Closed

Comments

@curquiza
Copy link

Sorry if it's related to this issue, but I'm not sure: #1492

Here are our settings:

status = [
    'Tests on ubuntu-18.04 with stable',
    'Tests on macos-latest with stable',
    'Tests on windows-latest with stable',
    'Run Rustfmt',
]
pr_status = ['Specify breaking']
# 3 hours timeout
timeout-sec = 10800

One of our problematic PR: meilisearch/milli#494
Every test passes, and the Specify breaking status check is validated. However, Bors refuses to merge:

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Required status check \"Specify breaking\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

But regarding the bors dashboard, only this PR (the 494 I linked above) was in the batch:

Capture d’écran 2022-04-14 à 11 55 39

Thanks in advance for your help!

@curquiza curquiza changed the title Impossible to merge: as status check is expected, despite it's validated Impossible to merge: status check is expected, despite it's validated Apr 14, 2022
@notriddle
Copy link
Member

You have to turn the required status check off in the GitHub settings screen.

@curquiza
Copy link
Author

ok thanks for your quick answer!
We will try this 🙂
I close the issue and I will re-open if needed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants