Skip to content

Commit 41c45b3

Browse files
committed
Merge pull request github#722 from github/update-1425330941
2 parents 9c97519 + e642769 commit 41c45b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/resources.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ def fetch_content(key)
410410

411411
MILESTONE ||= {
412412
"url" => "https://api.github.com/repos/octocat/Hello-World/milestones/1",
413+
"html_url" => "https://github.com/octocat/Hello-World/milestones/v1.0",
414+
"labels_url" => "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
415+
"id" => 1002604,
413416
"number" => 1,
414417
"state" => "open",
415418
"title" => "v1.0",

0 commit comments

Comments
 (0)