feat: Adding squash title to NewRepository (#2482)

This commit is contained in:
Chris Simpson
2022-07-14 17:01:22 +01:00
committed by GitHub
parent aca587b104
commit bfbc2ebbe1
+10
View File
@@ -42,6 +42,11 @@ namespace Octokit
/// </summary>
public bool? HasIssues { get; set; }
/// <summary>
/// Optional. Gets or sets whether to enable projects for the new repository. The default is true.
/// </summary>
public bool? HasProjects { get; set; }
/// <summary>
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.
/// </summary>
@@ -115,6 +120,11 @@ namespace Octokit
/// </summary>
public bool? AllowAutoMerge { get; set; }
/// <summary>
/// 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.
/// </summary>
public bool? UseSquashPrTitleAsDefault { get; set; }
internal string DebuggerDisplay
{
get