aboutsummaryrefslogtreecommitdiff
path: root/modules/github/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github/__init__.py')
-rw-r--r--modules/github/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index d76762d3..b38c652c 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -584,6 +584,8 @@ class Module(ModuleManager.BaseModule):
else:
action_desc = "%s %s" % (
utils.irc.color("closed", COLOR_NEGATIVE), number)
+ elif action == "ready_for_review":
+ action_desc = "marked %s ready for review" % number
elif action == "synchronize":
action_desc = "committed to %s" % number