mirror of
https://github.com/actions/stale.git
synced 2025-12-10 03:57:04 +00:00
Fix per issue operation count (#662)
* Fix per issue operation count * Run pack
This commit is contained in:
@@ -9,7 +9,7 @@ export class IssuesProcessorMock extends IssuesProcessor {
|
||||
options: IIssuesProcessorOptions,
|
||||
getIssues?: (page: number) => Promise<Issue[]>,
|
||||
listIssueComments?: (
|
||||
issueNumber: number,
|
||||
issue: Issue,
|
||||
sinceDate: string
|
||||
) => Promise<IComment[]>,
|
||||
getLabelCreationDate?: (
|
||||
|
||||
Reference in New Issue
Block a user