aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 2 insertions, 0 deletions
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"])