1
0
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:
Jagdeep Singh 2018-06-22 14:56:29 +05:30 committed by GitHub
parent 82e4602dc3
commit 7961db6128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@ func buildColor(build *Build) string {
return "yellow"
case "success":
return "green"
case "fixed":
return "green"
default:
return "white"
}