File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,9 @@ def fetch_content(key)
515
515
"state" => "open" ,
516
516
"title" => "new-feature" ,
517
517
"body" => "Please pull these awesome changes" ,
518
+ "assignee" => USER ,
519
+ "milestone" => MILESTONE ,
520
+ "locked" => false ,
518
521
"created_at" => "2011-01-26T19:01:12Z" ,
519
522
"updated_at" => "2011-01-26T19:01:12Z" ,
520
523
"closed_at" => "2011-01-26T19:01:12Z" ,
@@ -938,6 +941,9 @@ def fetch_content(key)
938
941
ISSUE ||= {
939
942
"id" => 1 ,
940
943
"url" => "https://api.github.com/repos/octocat/Hello-World/issues/1347" ,
944
+ "labels_url" => "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" ,
945
+ "comments_url" => "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" ,
946
+ "events_url" => "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" ,
941
947
"html_url" => "https://github.com/octocat/Hello-World/issues/1347" ,
942
948
"number" => 1347 ,
943
949
"state" => "open" ,
@@ -947,6 +953,7 @@ def fetch_content(key)
947
953
"labels" => [ LABEL ] ,
948
954
"assignee" => USER ,
949
955
"milestone" => MILESTONE ,
956
+ "locked" => false ,
950
957
"comments" => 0 ,
951
958
"pull_request" => {
952
959
"url" => "https://api.github.com/repos/octocat/Hello-World/pulls/1347" ,
You can’t perform that action at this time.
0 commit comments