we should be showing 'title' (not 'description') for gitlab issue events
This commit is contained in:
parent
a6093092b1
commit
8ff4ad19eb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class GitLab(object):
|
|||
number = utils.irc.color("#%s" % data["object_attributes"]["iid"],
|
||||
colors.COLOR_ID)
|
||||
action = data["object_attributes"]["action"]
|
||||
issue_title = data["object_attributes"]["description"]
|
||||
issue_title = data["object_attributes"]["title"]
|
||||
author = utils.irc.bold(data["user"]["username"])
|
||||
url = data["object_attributes"]["url"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue