github: fix commenter fields

This commit is contained in:
Chris Sexton 2020-11-22 14:02:11 -05:00 committed by Chris Sexton
parent 7b98da6286
commit f57487868a
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ func (p *GitPlugin) githubEvent(w http.ResponseWriter, r *http.Request) {
owner = cmt.Repository.Owner.Login
msg += fmt.Sprintf("%s %s %s on <%s|%s #%d>",
icon,
cmt.Issue.User.Login,
cmt.Sender.Login,
action,
cmt.Issue.HTMLURL,
cmt.Issue.Title,
@ -130,7 +130,7 @@ func (p *GitPlugin) githubEvent(w http.ResponseWriter, r *http.Request) {
owner = issueEvent.Repository.Owner.Login
msg += fmt.Sprintf("%s %s %s issue <%s|%s #%d>",
icon,
issueEvent.Issue.User.Login,
issueEvent.Sender.Login,
action,
issueEvent.Issue.HTMLURL,
issueEvent.Issue.Title,