mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Patched up some issues from the upstream merge.
Removed default parameter from pull request merge message according to CA1026.
This commit is contained in:
committed by
Brendan Forster
parent
6c7f75656b
commit
c1e6d1e6bd
@@ -7,7 +7,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The sha reference of the commit.
|
||||
/// </summary>
|
||||
public string sha { get; set; }
|
||||
public string Sha { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// True if merged successfully, otherwise false.
|
||||
|
||||
Reference in New Issue
Block a user