Fix operations per run
This commit is contained in:
parent
84ccaafbed
commit
89d925e4d0
|
@ -31,6 +31,7 @@ export class IssueProcessor {
|
||||||
|
|
||||||
constructor(options: IssueProcessorOptions) {
|
constructor(options: IssueProcessorOptions) {
|
||||||
this.options = options;
|
this.options = options;
|
||||||
|
this.operationsLeft = options.operationsPerRun;
|
||||||
this.client = new github.GitHub(options.repoToken);
|
this.client = new github.GitHub(options.repoToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue