mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 00:52:08 +00:00
added support for searching by mentions
This commit is contained in:
@@ -26,5 +26,10 @@ namespace Octokit
|
||||
/// Specify "none" for issues with no assigned user
|
||||
/// </remarks>
|
||||
public string Creator { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// A user that’s mentioned in the issue
|
||||
/// </summary>
|
||||
public string Mentioned { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user