mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update PR status icons
This commit is contained in:
parent
61fdb63aad
commit
a1ee226969
@ -133,10 +133,10 @@ def post_commit_status(
|
||||
STATUS_ICON_MAP = defaultdict(
|
||||
str,
|
||||
{
|
||||
ERROR: "🔴",
|
||||
FAILURE: "🔴",
|
||||
PENDING: "🟡",
|
||||
SUCCESS: "🟢",
|
||||
ERROR: "❌",
|
||||
FAILURE: "❌",
|
||||
PENDING: "⏳",
|
||||
SUCCESS: "✅",
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user