mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Green build color for fixed builds
This commit is contained in:
parent
82e4602dc3
commit
7961db6128
@ -72,6 +72,8 @@ func buildColor(build *Build) string {
|
|||||||
return "yellow"
|
return "yellow"
|
||||||
case "success":
|
case "success":
|
||||||
return "green"
|
return "green"
|
||||||
|
case "fixed":
|
||||||
|
return "green"
|
||||||
default:
|
default:
|
||||||
return "white"
|
return "white"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user