Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit d97670c

Browse files
nakajimaizuzak
authored andcommitted
Add team and org descriptions
1 parent 005a359 commit d97670c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/resources.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ def fetch_content(key)
686686
"login" => "github",
687687
"id" => 1,
688688
"url" => "https://api.github.com/orgs/github",
689-
"avatar_url" => "https://github.com/images/error/octocat_happy.gif"
689+
"avatar_url" => "https://github.com/images/error/octocat_happy.gif",
690+
"description" => "A great organization"
690691
}
691692

692693
FULL_ORG ||= ORG.merge({
@@ -721,6 +722,7 @@ def fetch_content(key)
721722
TEAM ||= {
722723
"url" => "https://api.github.com/teams/1",
723724
"name" => "Owners",
725+
"description" => "A great team.",
724726
"id" => 1
725727
}
726728

0 commit comments

Comments
 (0)