We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a PR has 2 check runs with the same name, and one fails and one succeeds, after they both finish
"#check-failure=1"
true
"#check-success=1"
Tested with the Mergify config editor against a more complex PR that has been closed and merged, effectively the results are
false
"#check-failure=0"
More details in this discussion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If a PR has 2 check runs with the same name, and one fails and one succeeds, after they both finish
"#check-failure=1"
should betrue
"#check-success=1"
should betrue
Actual Behavior
Tested with the Mergify config editor against a more complex PR that has been closed and merged, effectively the results are
"#check-failure=1"
isfalse
"#check-failure=0"
istrue
"#check-success=1"
istrue
Steps to Reproduce the Problem
"#check-failure=1"
isfalse
.Specifications
More details in this discussion
The text was updated successfully, but these errors were encountered: