mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
Make HasIssues nullable as it's optional
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Optional. Gets or sets whether to enable issues for the new repository. The default is true.
|
||||
/// </summary>
|
||||
public bool HasIssues { get; set; }
|
||||
public bool? HasIssues { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.
|
||||
|
||||
Reference in New Issue
Block a user