mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Add Draft to MergeableState enum (#2381)
This commit is contained in:
@@ -302,6 +302,12 @@ namespace Octokit
|
||||
/// No conflicts, everything good. Merging is allowed.
|
||||
/// </summary>
|
||||
[Parameter(Value = "clean")]
|
||||
Clean
|
||||
Clean,
|
||||
|
||||
/// <summary>
|
||||
/// Not ready for review. Merging is blocked.
|
||||
/// </summary>
|
||||
[Parameter(Value = "draft")]
|
||||
Draft
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user