mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Fix runner group access return type (#2965)
* Fix runner group access return type * Fix tests * Fix observables
This commit is contained in:
@@ -18,12 +18,12 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The total number of check suites that match the request filter
|
||||
/// The total number of repositories
|
||||
/// </summary>
|
||||
public int TotalCount { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The retrieved check suites
|
||||
/// The retrieved repositories
|
||||
/// </summary>
|
||||
public IReadOnlyList<Repository> Repositories { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user