mirror of
https://github.com/actions/stale.git
synced 2025-12-14 14:13:36 +00:00
Pack for distribution
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -8450,6 +8450,7 @@ class IssueProcessor {
|
|||||||
constructor(options) {
|
constructor(options) {
|
||||||
this.operationsLeft = 0;
|
this.operationsLeft = 0;
|
||||||
this.options = options;
|
this.options = options;
|
||||||
|
this.operationsLeft = options.operationsPerRun;
|
||||||
this.client = new github.GitHub(options.repoToken);
|
this.client = new github.GitHub(options.repoToken);
|
||||||
}
|
}
|
||||||
processIssues(page = 1) {
|
processIssues(page = 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user