There was an error while loading. Please reload this page.
1 parent 6131d87 commit c35f9e4Copy full SHA for c35f9e4
modules/structs/commit_status.go
@@ -27,8 +27,8 @@ var commitStatusPriorities = map[CommitStatusState]int{
27
CommitStatusFailure: 1,
28
CommitStatusWarning: 2,
29
CommitStatusPending: 3,
30
-CommitStatusSkipped: 4,
31
-CommitStatusSuccess: 5,
+CommitStatusSuccess: 4,
+CommitStatusSkipped: 5,
32
}
33
34
func (css CommitStatusState) String() string {
0 commit comments