8000 Sync changes from upstream repository · 08opt/developer.github.com@4bfbd5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bfbd5b

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 59fab6c commit 4bfbd5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/resources.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ def fetch_content(key)
515515
"state" => "open",
516516
"title" => "new-feature",
517517
"body" => "Please pull these awesome changes",
518+
"assignee" => USER,
519+
"milestone" => MILESTONE,
520+
"locked" => false,
518521
"created_at" => "2011-01-26T19:01:12Z",
519522
"updated_at" => "2011-01-26T19:01:12Z",
520523
"closed_at" => "2011-01-26T19:01:12Z",
@@ -938,6 +941,9 @@ def fetch_content(key)
938941
ISSUE ||= {
939942
"id" => 1,
940943
"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",
941947
"html_url" => "https://github.com/octocat/Hello-World/issues/1347",
942948
"number" => 1347,
943949
"state" => "open",
@@ -947,6 +953,7 @@ def fetch_content(key)
947953
"labels" => [LABEL],
948954
"assignee" => USER,
949955
"milestone" => MILESTONE,
956+
"locked" => false,
950957
"comments" => 0,
951958
"pull_request" => {
952959
"url" => "https://api.github.com/repos/octocat/Hello-World/pulls/1347",

0 commit comments

Comments
 (0)
0