diff options
| author | 2018-11-15 07:06:20 +0000 | |
|---|---|---|
| committer | 2018-11-15 07:06:43 +0000 | |
| commit | 64a58fe0419186db6c8c088d215cbf9e30115c4a (patch) | |
| tree | 96049cb67a6f5f2f68a77e9e2c0a878f64f17dbe /modules | |
| parent | Log event timing in 1 message, not 2 (diff) | |
| signature | ||
Translate 'synchronize' to 'committed to' in modules/github.py's pull request
handling
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/github.py b/modules/github.py index 961ed79a..3ccfd0f3 100644 --- a/modules/github.py +++ b/modules/github.py @@ -114,6 +114,8 @@ class Module(ModuleManager.BaseModule): action_desc = utils.irc.color("closed without merging", utils.consts.RED) action_desc = utils.irc.bold(action_desc) + elif action == "synchronize": + action_desc = "committed to" pr_title = data["pull_request"]["title"] author = utils.irc.bold(data["sender"]["login"]) |
