mirror of
https://github.com/actions/stale.git
synced 2025-12-28 11:08:18 +00:00
Fix operations per run
This commit is contained in:
@@ -31,6 +31,7 @@ export class IssueProcessor {
|
||||
|
||||
constructor(options: IssueProcessorOptions) {
|
||||
this.options = options;
|
||||
this.operationsLeft = options.operationsPerRun;
|
||||
this.client = new github.GitHub(options.repoToken);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user