Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GitlabRSSSync
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
GitlabRSSSync
Commits
cd6e650b
Unverified
Commit
cd6e650b
authored
5 years ago
by
adamhf
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.go
+1
-1
1 addition, 1 deletion
main.go
with
1 addition
and
1 deletion
main.go
+
1
−
1
View file @
cd6e650b
...
...
@@ -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
,
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment