Replies: 1 comment 1 reply
-
Hi @rbclark! Congratulations, you found a limitation in Mergify. 😉 🤞 that should be merged in the next hours and should solve your issue! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running into an interesting issue while in the process of migrating from Dependabot auto-merging PRs over to having mergify perform the merging. For context, I have some required checks setup that must pass before PRs can be merged. One of those checks is LGTM, which seems to be not running on Dependabot PRs since Dependabot changes do not change any of the code, just dependency versions:
(note the square instead of a green check, it seems Github refers to this is a neutral check).
Unfortunately, it seems mergify is not detecting these neutral checks and is instead only looking for 'passed' checks, so I am seeing this on Mergify for the same PR:
My actual mergify config doesn't even mention GitHub Branch Protection checks, this is something that mergify waits for automatically. (Configuration can be found here)
Could someone provide some guidance on this?
Beta Was this translation helpful? Give feedback.
All reactions