Show when a check_run
is queued
(github)
This commit is contained in:
parent
a1496e5415
commit
d61bb387f7
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ class Module(ModuleManager.BaseModule):
|
|||
status = data["check_run"]["status"]
|
||||
status_str = ""
|
||||
if status == "queued":
|
||||
return
|
||||
status_str = utils.irc.bold("queued")
|
||||
elif status == "in_progress":
|
||||
status_str = utils.irc.bold("started")
|
||||
elif status == "completed":
|
||||
|
|
Loading…
Reference in a new issue