diff options
| author | 2019-06-07 15:07:31 +0100 | |
|---|---|---|
| committer | 2019-06-07 15:07:31 +0100 | |
| commit | f822345976e1b91c2afc3dba2472e8a49ae921b4 (patch) | |
| tree | 4f5e355fcc136bddd2deccec1a776fe498d49267 /modules/github | |
| parent | We need to wait for _check to finish so read/writes can be triggered correctly (diff) | |
| parent | Logging._log()'s `params` arg should be typing.Optiona[] (diff) | |
| signature | ||
Merge branch 'master' into feature/write-thread
Diffstat (limited to 'modules/github')
| -rw-r--r-- | modules/github/__init__.py | 2 |
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 |
