aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-07 15:07:31 +0100
committerGravatar jesopo2019-06-07 15:07:31 +0100
commitf822345976e1b91c2afc3dba2472e8a49ae921b4 (patch)
tree4f5e355fcc136bddd2deccec1a776fe498d49267 /modules
parentWe need to wait for _check to finish so read/writes can be triggered correctly (diff)
parentLogging._log()'s `params` arg should be typing.Optiona[] (diff)
signature
Merge branch 'master' into feature/write-thread
Diffstat (limited to 'modules')
-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