added support for searching by mentions

This commit is contained in:
Brendan Forster
2014-03-08 12:14:20 +11:00
parent fdbe330cee
commit b8cc3d65a9
2 changed files with 30 additions and 0 deletions
@@ -26,5 +26,10 @@ namespace Octokit
/// Specify "none" for issues with no assigned user
/// </remarks>
public string Creator { get; set; }
/// <summary>
/// A user thats mentioned in the issue
/// </summary>
public string Mentioned { get; set; }
}
}