mirror of
https://github.com/actions/stale.git
synced 2025-12-29 21:27:25 +08: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