Update PR status icons

This commit is contained in:
vdimir 2023-09-11 16:13:11 +00:00
parent 61fdb63aad
commit a1ee226969
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -133,10 +133,10 @@ def post_commit_status(
STATUS_ICON_MAP = defaultdict(
str,
{
ERROR: "🔴",
FAILURE: "🔴",
PENDING: "🟡",
SUCCESS: "🟢",
ERROR: "",
FAILURE: "",
PENDING: "",
SUCCESS: "",
},
)