mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
Updated comment 💄
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ A common scenario is to search for issues to triage:
|
||||
// you can also specify a search term here
|
||||
var request = new SearchIssuesRequest();
|
||||
|
||||
// you should focus your search to a specific repo
|
||||
// you can add individual repos to focus your search
|
||||
request.Repos.Add("aspnet/dnx");
|
||||
request.Repos.Add("aspnet", "dnvm");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user