aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-07 11:29:11 +0100
committerGravatar jesopo2019-06-07 11:29:11 +0100
commit219906962911d4cb525f8dec420f346d503ea1be (patch)
treebc628b840cfb749441345305c7b557608aa14461
parentselect.poll, as opposed to select.epoll, uses milliseconds not seconds for (diff)
signature
Better formating for pull_request ready_for_review event
-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