mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
modules/web_hook: Switch to circle emoji for CI status reaction.
This commit is contained in:
parent
1adccbecac
commit
c776229112
1 changed files with 2 additions and 2 deletions
|
@ -1111,11 +1111,11 @@ github_handle__status(std::ostream &out,
|
|||
break;
|
||||
|
||||
case "pending"_:
|
||||
m::annotate(_webhook_room, _webhook_user, push_event_id, "🟨");
|
||||
m::annotate(_webhook_room, _webhook_user, push_event_id, "🟡");
|
||||
break;
|
||||
|
||||
case "success"_:
|
||||
m::annotate(_webhook_room, _webhook_user, push_event_id, "🟩");
|
||||
m::annotate(_webhook_room, _webhook_user, push_event_id, "🟢");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue