We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cfe6f commit 0c273f1Copy full SHA for 0c273f1
services/pull/commit_status.go
@@ -59,7 +59,7 @@ func MergeRequiredContextsCommitStatus(commitStatuses []*git_model.CommitStatus,
59
}
60
61
62
- if matchedCount == 0 {
+ if matchedCount == 0 && returnedStatus == structs.CommitStatusSuccess {
63
status := git_model.CalcCommitStatus(commitStatuses)
64
if status != nil {
65
return status.State
0 commit comments