Const ProbotOctokit
ProbotOctokit: { constructor: any } & { constructor: any; plugins: any[] } & Octokit & {} = Octokit.plugin(throttling,retry,paginateRest,restEndpointMethods,enterpriseCompatibility,probotRequestLogging,config).defaults((instanceOptions: any) => {// merge throttle options deeplyconst options = Object.assign({}, defaultOptions, instanceOptions, {throttle: instanceOptions.throttle? Object.assign({}, defaultOptions.throttle, instanceOptions.throttle): defaultOptions.throttle,});return options;})
cert
options is deprecated. UseprivateKey
instead