Skip to content
Snippets Groups Projects
Commit 4009ed00 authored by Adam Harrison-Fuller's avatar Adam Harrison-Fuller
Browse files

Include item Link

parent a281117c
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ func (feed Feed) checkFeed(redisClient *redis.Client, gitlabClient *gitlab.Clien ...@@ -133,7 +133,7 @@ func (feed Feed) checkFeed(redisClient *redis.Client, gitlabClient *gitlab.Clien
issueOptions := &gitlab.CreateIssueOptions{ issueOptions := &gitlab.CreateIssueOptions{
Title: gitlab.String(item.Title), Title: gitlab.String(item.Title),
Description: gitlab.String(body + "\n" + item.GUID), Description: gitlab.String(body + "<br>" + item.Link +"<br>"+ item.GUID),
Labels: feed.Labels, Labels: feed.Labels,
CreatedAt: issueTime, CreatedAt: issueTime,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment