mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Added the new enum ItemStateFilter to response/issue.cs
This commit is contained in:
@@ -74,7 +74,6 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public ItemStateFilter FilteredState {get; protected set;}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Title of the issue
|
||||
/// </summary>
|
||||
@@ -155,7 +154,7 @@ namespace Octokit
|
||||
Assignee = assignee,
|
||||
Body = Body,
|
||||
Milestone = milestoneId,
|
||||
State = State,
|
||||
State = FilteredState,
|
||||
Title = Title
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user