diff options
| author | 2019-06-07 11:29:11 +0100 | |
|---|---|---|
| committer | 2019-06-07 11:29:11 +0100 | |
| commit | 219906962911d4cb525f8dec420f346d503ea1be (patch) | |
| tree | bc628b840cfb749441345305c7b557608aa14461 /modules/github | |
| parent | select.poll, as opposed to select.epoll, uses milliseconds not seconds for (diff) | |
| signature | ||
Better formating for pull_request ready_for_review event
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 |
