Note: To edit a repository’s topics, use the Replace all repository topics endpoint.

External Documentation

To learn more, visit the GitHub documentation.

Parameters

ParameterDescription
DescriptionA short description of the repository.
Has IssuesEither true to enable issues for this repository or false to disable them.
Has ProjectsEither true to enable projects for this repository or false to disable them.
Has WikiEither true to enable the wiki for this repository or false to disable it.
NameThe name of the repository.
OwnerThe organization or person who owns the repository. github.com//
PrivateEither true to make the repository private or false to make it public. Default: false. Note: You will get a 422 error if the organization restricts changing repository visibility to organization owners and a non-owner tries to change the value of private.
RepoName of the repository owned by the owner. github.com//

Example Output

{
	"value": {
		"allow_auto_merge": false,
		"allow_forking": true,
		"allow_merge_commit": true,
		"allow_rebase_merge": true,
		"allow_squash_merge": true,
		"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
		"archived": false,
		"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
		"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
		"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
		"clone_url": "https://github.com/octocat/Hello-World.git",
		"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
		"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
		"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
		"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
		"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
		"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
		"created_at": "2011-01-26T19:01:12Z",
		"default_branch": "master",
		"delete_branch_on_merge": true,
		"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
		"description": "This your first repo!",
		"disabled": false,
		"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
		"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
		"fork": false,
		"forks": 9,
		"forks_count": 9,
		"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
		"full_name": "octocat/Hello-World",
		"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
		"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
		"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
		"git_url": "git:github.com/octocat/Hello-World.git",
		"has_downloads": true,
		"has_issues": true,
		"has_pages": false,
		"has_projects": true,
		"has_wiki": true,
		"homepage": "https://github.com",
		"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
		"html_url": "https://github.com/octocat/Hello-World",
		"id": 1296269,
		"is_template": false,
		"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
		"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
		"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
		"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
		"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
		"language": null,
		"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
		"license": {
			"html_url": "https://github.com/licenses/mit",
			"key": "mit",
			"name": "MIT License",
			"node_id": "MDc6TGljZW5zZW1pdA==",
			"spdx_id": "MIT",
			"url": "https://api.github.com/licenses/mit"
		},
		"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
		"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
		"mirror_url": "git:git.example.com/octocat/Hello-World",
		"name": "Hello-World",
		"network_count": 0,
		"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
		"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
		"open_issues": 0,
		"open_issues_count": 0,
		"organization": {
			"avatar_url": "https://github.com/images/error/octocat_happy.gif",
			"events_url": "https://api.github.com/users/octocat/events{/privacy}",
			"followers_url": "https://api.github.com/users/octocat/followers",
			"following_url": "https://api.github.com/users/octocat/following{/other_user}",
			"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
			"gravatar_id": "",
			"html_url": "https://github.com/octocat",
			"id": 1,
			"login": "octocat",
			"node_id": "MDQ6VXNlcjE=",
			"organizations_url": "https://api.github.com/users/octocat/orgs",
			"received_events_url": "https://api.github.com/users/octocat/received_events",
			"repos_url": "https://api.github.com/users/octocat/repos",
			"site_admin": false,
			"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
			"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
			"type": "Organization",
			"url": "https://api.github.com/users/octocat"
		},
		"owner": {
			"avatar_url": "https://github.com/images/error/octocat_happy.gif",
			"events_url": "https://api.github.com/users/octocat/events{/privacy}",
			"followers_url": "https://api.github.com/users/octocat/followers",
			"following_url": "https://api.github.com/users/octocat/following{/other_user}",
			"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
			"gravatar_id": "",
			"html_url": "https://github.com/octocat",
			"id": 1,
			"login": "octocat",
			"node_id": "MDQ6VXNlcjE=",
			"organizations_url": "https://api.github.com/users/octocat/orgs",
			"received_events_url": "https://api.github.com/users/octocat/received_events",
			"repos_url": "https://api.github.com/users/octocat/repos",
			"site_admin": false,
			"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
			"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
			"type": "User",
			"url": "https://api.github.com/users/octocat"
		},
		"parent": {
			"allow_auto_merge": false,
			"allow_merge_commit": true,
			"allow_rebase_merge": true,
			"allow_squash_merge": true,
			"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
			"archived": false,
			"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
			"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
			"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
			"clone_url": "https://github.com/octocat/Hello-World.git",
			"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
			"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
			"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
			"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
			"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
			"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
			"created_at": "2011-01-26T19:01:12Z",
			"default_branch": "master",
			"delete_branch_on_merge": true,
			"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
			"description": "This your first repo!",
			"disabled": false,
			"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
			"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
			"fork": false,
			"forks": 1,
			"forks_count": 9,
			"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
			"full_name": "octocat/Hello-World",
			"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
			"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
			"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
			"git_url": "git:github.com/octocat/Hello-World.git",
			"has_downloads": true,
			"has_issues": true,
			"has_pages": false,
			"has_projects": true,
			"has_wiki": true,
			"homepage": "https://github.com",
			"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
			"html_url": "https://github.com/octocat/Hello-World",
			"id": 1296269,
			"is_template": true,
			"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
			"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
			"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
			"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
			"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
			"language": null,
			"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
			"license": {
				"html_url": "https://api.github.com/licenses/mit",
				"key": "mit",
				"name": "MIT License",
				"node_id": "MDc6TGljZW5zZW1pdA==",
				"spdx_id": "MIT",
				"url": "https://api.github.com/licenses/mit"
			},
			"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
			"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
			"mirror_url": "git:git.example.com/octocat/Hello-World",
			"name": "Hello-World",
			"network_count": 0,
			"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
			"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
			"open_issues": 1,
			"open_issues_count": 0,
			"owner": {
				"avatar_url": "https://github.com/images/error/octocat_happy.gif",
				"events_url": "https://api.github.com/users/octocat/events{/privacy}",
				"followers_url": "https://api.github.com/users/octocat/followers",
				"following_url": "https://api.github.com/users/octocat/following{/other_user}",
				"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
				"gravatar_id": "",
				"html_url": "https://github.com/octocat",
				"id": 1,
				"login": "octocat",
				"node_id": "MDQ6VXNlcjE=",
				"organizations_url": "https://api.github.com/users/octocat/orgs",
				"received_events_url": "https://api.github.com/users/octocat/received_events",
				"repos_url": "https://api.github.com/users/octocat/repos",
				"site_admin": false,
				"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
				"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
				"type": "User",
				"url": "https://api.github.com/users/octocat"
			},
			"permissions": {
				"admin": false,
				"pull": true,
				"push": false
			},
			"private": false,
			"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
			"pushed_at": "2011-01-26T19:06:43Z",
			"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
			"size": 108,
			"ssh_url": "git@github.com:octocat/Hello-World.git",
			"stargazers_count": 80,
			"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
			"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
			"subscribers_count": 42,
			"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
			"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
			"svn_url": "https://svn.github.com/octocat/Hello-World",
			"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
			"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
			"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
			"topics": [
				"octocat",
				"atom",
				"electron",
				"api"
			],
			"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
			"updated_at": "2011-01-26T19:14:43Z",
			"url": "https://api.github.com/repos/octocat/Hello-World",
			"visibility": "public",
			"watchers": 1,
			"watchers_count": 80
		},
		"permissions": {
			"admin": false,
			"pull": true,
			"push": false
		},
		"private": false,
		"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
		"pushed_at": "2011-01-26T19:06:43Z",
		"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
		"size": 108,
		"source": {
			"allow_auto_merge": false,
			"allow_merge_commit": true,
			"allow_rebase_merge": true,
			"allow_squash_merge": true,
			"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
			"archived": false,
			"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
			"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
			"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
			"clone_url": "https://github.com/octocat/Hello-World.git",
			"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
			"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
			"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
			"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
			"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
			"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
			"created_at": "2011-01-26T19:01:12Z",
			"default_branch": "master",
			"delete_branch_on_merge": true,
			"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
			"description": "This your first repo!",
			"disabled": false,
			"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
			"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
			"fork": false,
			"forks": 1,
			"forks_count": 9,
			"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
			"full_name": "octocat/Hello-World",
			"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
			"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
			"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
			"git_url": "git:github.com/octocat/Hello-World.git",
			"has_downloads": true,
			"has_issues": true,
			"has_pages": false,
			"has_projects": true,
			"has_wiki": true,
			"homepage": "https://github.com",
			"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
			"html_url": "https://github.com/octocat/Hello-World",
			"id": 1296269,
			"is_template": true,
			"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
			"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
			"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
			"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
			"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
			"language": null,
			"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
			"license": {
				"html_url": "https://api.github.com/licenses/mit",
				"key": "mit",
				"name": "MIT License",
				"node_id": "MDc6TGljZW5zZW1pdA==",
				"spdx_id": "MIT",
				"url": "https://api.github.com/licenses/mit"
			},
			"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
			"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
			"mirror_url": "git:git.example.com/octocat/Hello-World",
			"name": "Hello-World",
			"network_count": 0,
			"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
			"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
			"open_issues": 1,
			"open_issues_count": 0,
			"owner": {
				"avatar_url": "https://github.com/images/error/octocat_happy.gif",
				"events_url": "https://api.github.com/users/octocat/events{/privacy}",
				"followers_url": "https://api.github.com/users/octocat/followers",
				"following_url": "https://api.github.com/users/octocat/following{/other_user}",
				"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
				"gravatar_id": "",
				"html_url": "https://github.com/octocat",
				"id": 1,
				"login": "octocat",
				"node_id": "MDQ6VXNlcjE=",
				"organizations_url": "https://api.github.com/users/octocat/orgs",
				"received_events_url": "https://api.github.com/users/octocat/received_events",
				"repos_url": "https://api.github.com/users/octocat/repos",
				"site_admin": false,
				"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
				"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
				"type": "User",
				"url": "https://api.github.com/users/octocat"
			},
			"permissions": {
				"admin": false,
				"pull": true,
				"push": false
			},
			"private": false,
			"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
			"pushed_at": "2011-01-26T19:06:43Z",
			"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
			"size": 108,
			"ssh_url": "git@github.com:octocat/Hello-World.git",
			"stargazers_count": 80,
			"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
			"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
			"subscribers_count": 42,
			"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
			"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
			"svn_url": "https://svn.github.com/octocat/Hello-World",
			"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
			"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
			"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
			"topics": [
				"octocat",
				"atom",
				"electron",
				"api"
			],
			"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
			"updated_at": "2011-01-26T19:14:43Z",
			"url": "https://api.github.com/repos/octocat/Hello-World",
			"visibility": "public",
			"watchers": 1,
			"watchers_count": 80
		},
		"ssh_url": "git@github.com:octocat/Hello-World.git",
		"stargazers_count": 80,
		"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
		"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
		"subscribers_count": 42,
		"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
		"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
		"svn_url": "https://svn.github.com/octocat/Hello-World",
		"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
		"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
		"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
		"template_repository": {
			"allow_auto_merge": false,
			"allow_merge_commit": true,
			"allow_rebase_merge": true,
			"allow_squash_merge": true,
			"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
			"archived": false,
			"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
			"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
			"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
			"clone_url": "https://github.com/octocat/Hello-World-Template.git",
			"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
			"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
			"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
			"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
			"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
			"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
			"created_at": "2011-01-26T19:01:12Z",
			"default_branch": "master",
			"delete_branch_on_merge": true,
			"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
			"description": "This your first repo!",
			"disabled": false,
			"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
			"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
			"fork": false,
			"forks": 9,
			"forks_count": 9,
			"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
			"full_name": "octocat/Hello-World-Template",
			"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
			"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
			"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
			"git_url": "git:github.com/octocat/Hello-World-Template.git",
			"has_downloads": true,
			"has_issues": true,
			"has_pages": false,
			"has_projects": true,
			"has_wiki": true,
			"homepage": "https://github.com",
			"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
			"html_url": "https://github.com/octocat/Hello-World-Template",
			"id": 1296269,
			"is_template": true,
			"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
			"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
			"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
			"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
			"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
			"language": null,
			"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
			"license": {
				"html_url": "https://api.github.com/licenses/mit",
				"key": "mit",
				"name": "MIT License",
				"node_id": "MDc6TGljZW5zZW1pdA==",
				"spdx_id": "MIT",
				"url": "https://api.github.com/licenses/mit"
			},
			"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
			"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
			"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
			"name": "Hello-World-Template",
			"network_count": 0,
			"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
			"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
			"open_issues": 0,
			"open_issues_count": 0,
			"owner": {
				"avatar_url": "https://github.com/images/error/octocat_happy.gif",
				"events_url": "https://api.github.com/users/octocat/events{/privacy}",
				"followers_url": "https://api.github.com/users/octocat/followers",
				"following_url": "https://api.github.com/users/octocat/following{/other_user}",
				"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
				"gravatar_id": "",
				"html_url": "https://github.com/octocat",
				"id": 1,
				"login": "octocat",
				"node_id": "MDQ6VXNlcjE=",
				"organizations_url": "https://api.github.com/users/octocat/orgs",
				"received_events_url": "https://api.github.com/users/octocat/received_events",
				"repos_url": "https://api.github.com/users/octocat/repos",
				"site_admin": false,
				"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
				"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
				"type": "User",
				"url": "https://api.github.com/users/octocat"
			},
			"permissions": {
				"admin": false,
				"pull": true,
				"push": false
			},
			"private": false,
			"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
			"pushed_at": "2011-01-26T19:06:43Z",
			"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
			"size": 108,
			"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
			"stargazers_count": 80,
			"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
			"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
			"subscribers_count": 42,
			"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
			"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
			"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
			"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
			"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
			"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
			"topics": [
				"octocat",
				"atom",
				"electron",
				"api"
			],
			"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
			"updated_at": "2011-01-26T19:14:43Z",
			"url": "https://api.github.com/repos/octocat/Hello-World-Template",
			"visibility": "public",
			"watchers": 80,
			"watchers_count": 80
		},
		"topics": [
			"octocat",
			"atom",
			"electron",
			"api"
		],
		"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
		"updated_at": "2011-01-26T19:14:43Z",
		"url": "https://api.github.com/repos/octocat/Hello-World",
		"visibility": "public",
		"watchers": 80,
		"watchers_count": 80
	}
}

Workflow Library Example

Update Repo Settings with Github and Send Results Via Email

Preview this Workflow on desktop