mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
fix "no milestone" url
This commit is contained in:
parent
0a70bac5e6
commit
6d5cc420d7
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ func renderMilestones(payload *githubRender, c *githubConfig) error {
|
|||
if issuesClosed+issuesOpen > 0 {
|
||||
payload.Milestones = append(payload.Milestones, githubMilestone{
|
||||
Repo: orb.Repo, Private: orb.Private, Name: noMilestone, IsOpen: true,
|
||||
OpenIssues: issuesOpen, ClosedIssues: issuesClosed,
|
||||
OpenIssues: issuesOpen, ClosedIssues: issuesClosed, URL: orb.URL,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue