mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
Merge comments default to an empty string as they are optional.
This commit is contained in:
committed by
Brendan Forster
parent
fddae25b6f
commit
6c7f75656b
@@ -7,7 +7,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public class MergePullRequest
|
||||
{
|
||||
public MergePullRequest(string message)
|
||||
public MergePullRequest(string message = "")
|
||||
{
|
||||
Ensure.ArgumentNotNull(message, "message");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user