[feat]: Adds Actions workflow API clients

This commit is contained in:
Martin Costello
2022-11-23 15:35:58 +00:00
committed by GitHub
parent b0e02e9d2e
commit 8f01a31694
108 changed files with 9575 additions and 84 deletions

View File

@@ -41,5 +41,6 @@ namespace Octokit.Reactive
IObservableLicensesClient Licenses { get; }
IObservableRateLimitClient RateLimit { get; }
IObservableMetaClient Meta { get; }
IObservableActionsClient Actions { get; }
}
}