mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Use full names in Github commit reporting
This commit is contained in:
parent
e737d278b9
commit
b652bc53f1
3 changed files with 54 additions and 41 deletions
|
@ -85,6 +85,7 @@ func (s sharedLabelsSort) Less(i, j int) bool { return s[i].Name < s[j].Name }
|
|||
const (
|
||||
tagIssuesData = "issuesData"
|
||||
issuesTimeFormat = "January 2 2006, 15:04"
|
||||
unassignedIssue = "(unassigned)"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -133,7 +134,7 @@ func getIssues(client *gogithub.Client, config *githubConfig) ([]githubIssue, er
|
|||
}
|
||||
|
||||
for _, v := range guff {
|
||||
n := "(unassigned)"
|
||||
n := unassignedIssue
|
||||
av := githubGravatar
|
||||
ptr := v.Assignee
|
||||
if ptr != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue