We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722e6f2 commit 8c9a977Copy full SHA for 8c9a977
1 file changed
src/githubHelper.ts
@@ -1288,5 +1288,6 @@ export class GithubHelper {
1288
} catch (err) {
1289
console.error(`\n\tSomething went wrong: ${err}.`);
1290
}
1291
+ await utils.sleep(this.delayInMs);
1292
1293
0 commit comments