Translate 'synchronize' to 'committed to' in modules/github.py's pull request
handling
This commit is contained in:
parent
8300c84f6a
commit
64a58fe041
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ class Module(ModuleManager.BaseModule):
|
||||||
action_desc = utils.irc.color("closed without merging",
|
action_desc = utils.irc.color("closed without merging",
|
||||||
utils.consts.RED)
|
utils.consts.RED)
|
||||||
action_desc = utils.irc.bold(action_desc)
|
action_desc = utils.irc.bold(action_desc)
|
||||||
|
elif action == "synchronize":
|
||||||
|
action_desc = "committed to"
|
||||||
|
|
||||||
pr_title = data["pull_request"]["title"]
|
pr_title = data["pull_request"]["title"]
|
||||||
author = utils.irc.bold(data["sender"]["login"])
|
author = utils.irc.bold(data["sender"]["login"])
|
||||||
|
|
Loading…
Reference in a new issue