mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
what even is null
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Whether or not the pull request can be merged.
|
||||
/// </summary>
|
||||
public bool Mergeable { get; set; }
|
||||
public bool? Mergeable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The user who merged the pull request.
|
||||
|
||||
Reference in New Issue
Block a user