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