Add memberEvents option to AddResourceHookOptions (#3804)

This commit is contained in:
Nimrod Kor 2025-12-28 21:42:03 +02:00 committed by GitHub
parent fcd2cb40ea
commit 53a0574429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ export interface ExpandedHookSchema extends HookSchema {
}
export interface AddResourceHookOptions {
memberEvents?: boolean;
pushEvents?: boolean;
pushEventsBranchFilter?: string;
issuesEvents?: boolean;