mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
Add some xmldoc for the PullRequestMergeMethod enum and values
This commit is contained in:
@@ -48,10 +48,24 @@ namespace Octokit
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method to use when merging a PR
|
||||
/// </summary>
|
||||
public enum PullRequestMergeMethod
|
||||
{
|
||||
/// <summary>
|
||||
/// Create a merge commit
|
||||
/// </summary>
|
||||
Merge,
|
||||
|
||||
/// <summary>
|
||||
/// Squash and merge
|
||||
/// </summary>
|
||||
Squash,
|
||||
|
||||
/// <summary>
|
||||
/// Rebase and merge
|
||||
/// </summary>
|
||||
Rebase
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user