Skip to content

Commit e642769

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 9c97519 commit e642769

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)