diff --git a/dist/index.js b/dist/index.js index 2daad761..6589f0d0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8450,6 +8450,7 @@ class IssueProcessor { constructor(options) { this.operationsLeft = 0; this.options = options; + this.operationsLeft = options.operationsPerRun; this.client = new github.GitHub(options.repoToken); } processIssues(page = 1) {