mirror of
https://github.com/actions/stale.git
synced 2026-01-03 13:58:18 +00:00
Fix operations per run
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user