Skip to content
Snippets Groups Projects
Unverified Commit cd6e650b authored by adamhf's avatar adamhf Committed by GitHub
Browse files

Merge pull request #3 from mintel/add-item-link

Include item Link
parents a281117c 4009ed00
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
issueOptions := &gitlab.CreateIssueOptions{
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,
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