aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/github.py b/modules/github.py
index 515b4180..9c6ccd13 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -177,6 +177,8 @@ class Module(ModuleManager.BaseModule):
utils.consts.RED)
elif action == "synchronize":
action_desc = "committed to"
+ elif action == "labeled":
+ action_desc = "labeled as '%s'" % data["pull_request"]["labels"][-1]
pr_title = data["pull_request"]["title"]
author = utils.irc.bold(data["sender"]["login"])