Fix runner group access return type (#2965)

* Fix runner group access return type

* Fix tests

* Fix observables
This commit is contained in:
Matisse Hack
2024-08-30 16:59:52 -07:00
committed by GitHub
parent 21559ef985
commit 160a72381e
8 changed files with 66 additions and 32 deletions

View File

@@ -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; }