mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-27 08:32:04 +00:00
feat: Adding squash title to NewRepository (#2482)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user