mirror of
https://github.com/actions/stale.git
synced 2025-12-26 18:28:18 +00:00
remove lib and node_modules
This commit is contained in:
8
node_modules/@actions/github/lib/github.d.ts
generated
vendored
8
node_modules/@actions/github/lib/github.d.ts
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
import * as Context from './context';
|
||||
export declare const context: Context.Context;
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
}
|
||||
Reference in New Issue
Block a user