mirror of
https://gitea.com/actions/stale.git
synced 2026-07-22 13:52:19 +00:00
Pack for distribution
This commit is contained in:
Vendored
+1
@@ -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