The options for configuring the Octokit client.
Generally provided by the getOctokitOptions helper.
LoggerService instance for logging retry attempts and failures.
OptionalretryOptions: RetryOptionsOptional retry configuration options, including the number of retries and the delay between retries.
An authenticated Octokit client instance based on the provided options.
Helper for generating an authenticated Octokit client with (or without) retry capabilities.
If retries are enabled (default), the client will retry failed requests up to the specified number of retries and delay. To disable retries, set either
retriesorretryAfterto 0 in the options.