"%s commented on" -> "%s commented on a review"
This commit is contained in:
parent
66a904b5aa
commit
7489b3dd96
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
pr_title = data["pull_request"]["title"]
|
pr_title = data["pull_request"]["title"]
|
||||||
commenter = data["comment"]["user"]["login"]
|
commenter = data["comment"]["user"]["login"]
|
||||||
url = data["comment"]["html_url"]
|
url = data["comment"]["html_url"]
|
||||||
return ["(%s) [pr#%d] %s %s on: %s - %s" %
|
return ["(%s) [pr#%d] %s %s on a review: %s - %s" %
|
||||||
(full_name, pr_number, commenter, COMMENT_ACTIONS[action], pr_title,
|
(full_name, pr_number, commenter, COMMENT_ACTIONS[action], pr_title,
|
||||||
url)]
|
url)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue