diff --git a/Octokit/Models/Request/NewRepository.cs b/Octokit/Models/Request/NewRepository.cs index 5b8a9fec..79efa072 100644 --- a/Octokit/Models/Request/NewRepository.cs +++ b/Octokit/Models/Request/NewRepository.cs @@ -42,6 +42,11 @@ namespace Octokit /// public bool? HasIssues { get; set; } + /// + /// Optional. Gets or sets whether to enable projects for the new repository. The default is true. + /// + public bool? HasProjects { get; set; } + /// /// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true. /// @@ -115,6 +120,11 @@ namespace Octokit /// public bool? AllowAutoMerge { get; set; } + /// + /// Optional. Gets or sets whether the squash pr title is used as default when using Squash Merge. Default is false. Cannot currently be tested as it isn't returned in the GET method. + /// + public bool? UseSquashPrTitleAsDefault { get; set; } + internal string DebuggerDisplay { get