Which status checks should I use if it the check only shows if it fails? #2698
Answered
by
hongbo-miao
hongbo-miao
asked this question in
Q&A
-
Most time I am using Now I have a check "renovate/artifacts" by Renovate. It only shows up in GitHub checks if it fails. Based on https://docs.mergify.io/conditions/#about-status-checks |
Beta Was this translation helpful? Give feedback.
Answered by
hongbo-miao
May 29, 2021
Replies: 1 comment 1 reply
-
Just found Config Editor at https://dashboard.mergify.io/ for testing. So convenient! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just found Config Editor at https://dashboard.mergify.io/ for testing. So convenient!
Confirmed
check-failure!=renovate/artifacts
is correct way for this case.