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 40bcd57 commit 6131d87Copy full SHA for 6131d87
modules/structs/commit_status.go
@@ -27,8 +27,8 @@ var commitStatusPriorities = map[CommitStatusState]int{
27
CommitStatusFailure: 1,
28
CommitStatusWarning: 2,
29
CommitStatusPending: 3,
30
- CommitStatusSuccess: 4,
31
- CommitStatusSkipped: 5,
+ CommitStatusSkipped: 4,
+ CommitStatusSuccess: 5,
32
}
33
34
func (css CommitStatusState) String() string {
0 commit comments