mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
added support for filtering by creator
This commit is contained in:
@@ -18,5 +18,13 @@ namespace Octokit
|
||||
/// Specify "none" for issues with no assigned user
|
||||
/// </remarks>
|
||||
public string Assignee { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The user that created the issue
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Specify "none" for issues with no assigned user
|
||||
/// </remarks>
|
||||
public string Creator { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user