mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
Update typing and add a comment to fix
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
import {context, getOctokit} from '@actions/github';
|
||||
//import {Octokit} from '@octokit/rest';
|
||||
import {GetResponseTypeFromEndpointMethod} from '@octokit/types';
|
||||
|
||||
export interface Issue {
|
||||
@@ -57,7 +56,7 @@ export interface IssueProcessorOptions {
|
||||
* Handle processing of issues for staleness/closure.
|
||||
*/
|
||||
export class IssueProcessor {
|
||||
readonly client: any;
|
||||
readonly client: any; // need to make this the correct type
|
||||
readonly options: IssueProcessorOptions;
|
||||
private operationsLeft = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user