mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-16 20:28:14 +08:00
Add type of context.payload.comment (#375)
This commit is contained in:
@@ -36,4 +36,8 @@ export interface WebhookPayload {
|
|||||||
id: number
|
id: number
|
||||||
[key: string]: any
|
[key: string]: any
|
||||||
}
|
}
|
||||||
|
comment?: {
|
||||||
|
id: number
|
||||||
|
[key: string]: any
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user