Merge pull request #576 from jrowies/master

Fix for mergeable property returning always false when getting pull request details
This commit is contained in:
Brendan Forster
2014-09-26 09:57:27 +10:00
+1 -1
View File
@@ -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.