From 64a58fe0419186db6c8c088d215cbf9e30115c4a Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 15 Nov 2018 07:06:20 +0000 Subject: Translate 'synchronize' to 'committed to' in modules/github.py's pull request handling --- modules/github.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index 961ed79a..3ccfd0f3 100644 --- a/modules/github.py +++ b/modules/github.py @@ -114,6 +114,8 @@ class Module(ModuleManager.BaseModule): action_desc = utils.irc.color("closed without merging", utils.consts.RED) action_desc = utils.irc.bold(action_desc) + elif action == "synchronize": + action_desc = "committed to" pr_title = data["pull_request"]["title"] author = utils.irc.bold(data["sender"]["login"]) -- cgit v1.3.1-10-gc9f91