From c77ca643672e7f87b6a622a470f5492665544c15 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 20 Nov 2018 10:16:39 +0000 Subject: Change merged branch name from blue to light blue (github.py) --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index bad397d6..9a2ea036 100644 --- a/modules/github.py +++ b/modules/github.py @@ -164,7 +164,7 @@ class Module(ModuleManager.BaseModule): branch = data["pull_request"]["base"]["ref"] action_desc = "%s into %s" % ( utils.irc.color("merged", utils.consts.GREEN), - utils.irc.color(branch, utils.consts.BLUE)) + utils.irc.color(branch, utils.consts.LIGHTBLUE)) else: action_desc = utils.irc.color("closed without merging", utils.consts.RED) -- cgit v1.3.1-10-gc9f91