Skip to content

Commit a6ff0ea

Browse files
author
Christian Richter
committed
Add creator
Signed-off-by: Christian Richter <crichter@suse.com>
1 parent 3f61d1c commit a6ff0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/github2orgmode/github2orgmode.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func main() {
5555
// I do not want them to show up in the daily agenda
5656
o = append(o, fmt.Sprintf("\tCreated : %s", i.GetCreatedAt()))
5757
o = append(o, fmt.Sprintf("\tUpdated : %s", i.GetUpdatedAt()))
58+
o = append(o, fmt.Sprintf("\tCreator : %s", i.GetUser().GetLogin()))
5859
for _, a := range i.Assignees {
5960
o = append(o, fmt.Sprintf("\tAssignee : %s", a.GetLogin()))
6061
}

0 commit comments

Comments
 (0)