mirror of
https://github.com/actions/stale.git
synced 2026-07-02 22:22:52 +08:00
Add most recent action
This commit is contained in:
+2
@@ -1,5 +1,7 @@
|
||||
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