8000 improve github_stats milestone link · matplotlib/matplotlib@0f70a05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f70a05

Browse files
committed
improve github_stats milestone link
1 parent 807f59d commit 0f70a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/github_stats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ def report(issues, show_urls=False):
209209

210210
print("We closed %d issues and merged %d pull requests." % (n_issues, n_pulls))
211211
if milestone:
212-
print("The full list can be seen `on GitHub <https://github.com/%s/milestones/%s>`__"
213-
% (project, milestone)
212+
print("The full list can be seen `on GitHub <https://github.com/%s/milestone/%s?closed=1>`__"
213+
% (project, milestone_id)
214214
)
215215

216216
print()

0 commit comments

Comments
 (0)
0