We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97519 commit e642769Copy full SHA for e642769
1 file changed
lib/resources.rb
@@ -410,6 +410,9 @@ def fetch_content(key)
410
411
MILESTONE ||= {
412
"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,
416
"number" => 1,
417
"state" => "open",
418
"title" => "v1.0",
0 commit comments