mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
Merge pull request #576 from jrowies/master
Fix for mergeable property returning always false when getting pull request details
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Whether or not the pull request can be merged.
|
||||
/// </summary>
|
||||
public bool Mergable { get; set; }
|
||||
public bool Mergeable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The user who merged the pull request.
|
||||
|
||||
Reference in New Issue
Block a user