feat: Add missing properties to RepositoryUpdate (#2492)

This commit is contained in:
Chris Simpson
2022-07-22 20:49:08 +01:00
committed by GitHub
parent 251c3a26fc
commit 9af552eeaa
6 changed files with 366 additions and 205 deletions
@@ -21,8 +21,9 @@ namespace Octokit.Tests.Models
"\"has_wiki\":true," +
"\"has_downloads\":true}";
var update = new RepositoryUpdate("Hello-World")
var update = new RepositoryUpdate()
{
Name = "Hello-World",
Description = "This is your first repository",
Homepage = "https://github.com",
Private = true,