From 622aee20669cf04ab39da928e56b2a23f35e23b0 Mon Sep 17 00:00:00 2001 From: Sam Seay Date: Thu, 12 Jan 2023 15:53:25 +1300 Subject: [PATCH] Revert change removing commented code. --- src/main.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.ts b/src/main.ts index 05e463770..e749b21df 100644 --- a/src/main.ts +++ b/src/main.ts @@ -32,6 +32,11 @@ async function run() { } } + // const oktokit = GitHub.plugin( + // require("@octokit/plugin-throttling"), + // require("@octokit/plugin-retry") + // ); + const gh = getOctokit(config.github_token, { //new oktokit( throttle: {