Skip to content

Commit

Permalink
Change github issue title in intercom endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Guillem Bonet <[email protected]>
  • Loading branch information
Guillembonet committed Feb 23, 2022
1 parent 4ee2e31 commit 00233de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedback/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (rep *GithubReporter) ReportIssue(report *Report) (issueId string, err erro
}

req := github.IssueRequest{
Title: github.String("User report: " + report.UserId),
Title: github.String("User report: " + report.NodeIdentity),
Body: github.String(body.String()),
}
issue, _, err := rep.client.Issues.Create(context.Background(), rep.owner, rep.repository, &req)
Expand Down

0 comments on commit 00233de

Please sign in to comment.