mirror of
https://github.com/actions/stale.git
synced 2025-12-11 20:47:10 +00:00
Add most recent action
This commit is contained in:
8
node_modules/@actions/github/lib/interfaces.d.ts
generated
vendored
8
node_modules/@actions/github/lib/interfaces.d.ts
generated
vendored
@@ -1,13 +1,13 @@
|
||||
export interface PayloadRepository {
|
||||
[key: string]: any;
|
||||
fullName?: string;
|
||||
full_name?: string;
|
||||
name: string;
|
||||
owner: {
|
||||
[key: string]: any;
|
||||
login: string;
|
||||
name?: string;
|
||||
};
|
||||
htmlUrl?: string;
|
||||
html_url?: string;
|
||||
}
|
||||
export interface WebhookPayload {
|
||||
[key: string]: any;
|
||||
@@ -18,10 +18,10 @@ export interface WebhookPayload {
|
||||
html_url?: string;
|
||||
body?: string;
|
||||
};
|
||||
pullRequest?: {
|
||||
pull_request?: {
|
||||
[key: string]: any;
|
||||
number: number;
|
||||
htmlUrl?: string;
|
||||
html_url?: string;
|
||||
body?: string;
|
||||
};
|
||||
sender?: {
|
||||
|
||||
Reference in New Issue
Block a user