From e8b69b0a2686b6a2646be92ffa536ac66a554986 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 29 Dec 2018 21:15:50 +0000 Subject: `type` should be before `number` in the string formatting of issue_comment (github.py) --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index 9703d3ed..32536dff 100644 --- a/modules/github.py +++ b/modules/github.py @@ -246,7 +246,7 @@ class Module(ModuleManager.BaseModule): commenter = utils.irc.bold(data["comment"]["user"]["login"]) url = self._short_url(data["comment"]["html_url"]) return ["[%s #%d] %s %s on: %s - %s" % - (number, type, commenter, COMMENT_ACTIONS[action], issue_title, + (type, number, commenter, COMMENT_ACTIONS[action], issue_title, url)] def create(self, event, full_name, data): -- cgit v1.3.1-10-gc9f91