Make commit hash LIGHTBLUE in status
event (github)
This commit is contained in:
parent
58cd6338fd
commit
53a819512f
1 changed files with 2 additions and 1 deletions
|
@ -529,7 +529,8 @@ class Module(ModuleManager.BaseModule):
|
|||
def status(self, full_name, data):
|
||||
context = data["context"]
|
||||
url = data["target_url"]
|
||||
commit = self._short_hash(data["sha"])
|
||||
commit = utils.irc.color(self._short_hash(data["sha"]),
|
||||
utils.consts.LIGHTBLUE)
|
||||
|
||||
state = data["state"]
|
||||
if state == "success":
|
||||
|
|
Loading…
Reference in a new issue